Link to facebook app (SOLVED)

When we try to open facebook app using ‘sys.open_url(“fb://page/428391934022079”)’ the app crashes on IOS (it works on Android).

Anyone else have this problem?

I have problems reproducing this issue. Where do you call sys.open_url()?

I call it when a player press a button, nothing special. The game is in landscape and looks like it has problem going from landscape to portrait (fb). We also use our own plist that can rotate landscape mode. This plist was generated from Defold and we only added a OrientationLandscape line.

We build a Bundle, not via Project>Target.

Changed to ‘profile’ instead of ‘page’ on IOS and now it works