I'm currently making a react native application and need the user_link permission from Facebook. To do so, I have to submit an ios simulator build for app review.
I followed the instructions herehttps://developers.facebook.com/docs/ios/getting-started/advanced/ but my request got rejected for these two reasons:
- Developer Policy 6.1 - Login
- Developer Policy 1.9 - Build a Quality Product
Here's what I have done so far:
- Ran my .app using ios-sim launch /path/to/.app since I did not do this previously and just directly submitted a ZIP of my DERIVEDDATA folder butI encounter a "No bundle URL present." error, which I think is because I did not execute npx react-native start before hand (which I would have normally except I didn't becuase I launched the .app directly to the simulator)
- I have reached out to Facebook App Review Support and talked to a live agent.They were very helpful and pointed out that I should also have provided the path where to find my .app in the sea of folders inside the ZIP however, they could not provide a solution to fix the error I have since it's most probably react-native related.
Thank you very much! Any help is greatly appreciated!