Submitting actions for an unreleased iOS app?

The Open Submit "Submit for Approval" documentation page says that the team evaluating the actions will follow our instructions to initiate them. Our iOS application uploads the document to our server server, and then sends the action with the unique URL that has just been generated.

What is the best way to get our actions approved by Facebook, given that they can only be launched from an iOS application that is not yet available in the app store?

+3
source share
1 answer

The procedure is simple as indicated in the comments.

  • Create a web application that simulates the same behavior used by the iOS application to publish to Open Graph.

  • Share the link on Facebook and explain your business to them.

In my case, the previous version of the application (which did not use the Open Graph API) was already published, so I sent them a link to this application, explaining that this is an additional function.

I suggest in your case sending a video application if you do not have a previous version already published.

0
source

Source: https://habr.com/ru/post/1436032/


All Articles