Submit a Facebook review app before the iOS app is published to the public?

I developed an iOS app that includes the Facebook SDK to post Open Graph user stories on Facebook. Everything is working fine, so yesterday I sent the iOS app to Apple for viewing.

But my problem is the Facebook application: I have to submit the Facebook application for viewing so that it can be used by the public. However, I cannot imagine it because Facebook cannot access my iOS application using the App-ID in the iTunes store. See the following error message:

enter image description here

If I insert the App-ID from any public application (e.g. Whatsapp), I can save my changes and I can send the Facebook application.

My fear is that if the iOS application is included in the App Store and the Facebook function does not work, I get bad ratings from users.

So my question is: is there a way to submit my Facebook application for viewing without my iOS application being released to the public?

// EDIT according to Bjรถrn Kaisers: I want to present only my Open Graph story, but the problem is that I need to add screenshots. If I click Add Screenshots, a pop-up window will open, and I have to choose the platform, but I canโ€™t select the iOS platform that I added in the settings (it is not visible) because it does not have an iPhone Store ID. Again, if I add (for testing) the iPhone Store ID from a public application (such as Whatsapp), I can choose the iOS platform to add screenshots to.

Look here: enter image description here

And without these screenshots, I canโ€™t imagine for review :( This is the doom outline.

UPDATE 01/29/2014: As suggested, I selected "Webseite" as the platform and downloaded the screenshots from Facebook in my iOS application in the hope that Facebook reviewers will understand that the screenshots show the iOS application, but today I did not view the overview: enter image description here

+8
ios facebook
source share
1 answer

To submit an unreleased iOS app for viewing, you will need to submit the binary version of the simulator via the submit form. Read the iOS Simulator Build for Review tutorial for more details. In short, make sure your platform is iOS, then find the following section:

enter image description here

And then upload your binary via the dialog:

enter image description here

+16
source share

All Articles