Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Submit Facebook App for review before iOS App is released to public?

I've developed an iOS app which includes the Facebook SDK to post Open Graph user stories to Facebook. Everything is working fine, so I sent my iOS app yesterday to Apple for review.

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

enter image description here

If I insert an App-ID from any public app (e.g. Whatsapp) I can save my changes and I am able to submit the Facebook App.

My fear is that if my iOS app comes to the App Store and the Facebook feature doesn't work, I'll receive bad ratings from users.

So my question is: Is there any way to send my Facebook app for review without my iOS app being released to the public?

// EDIT according to Björn Kaisers answer: I want to submit only my Open Graph story, but the problem is that I have to add screenshots. If I click on "Add Screenshots" a popup opens and I have to select the platform, but I can't select the iOS platform that I added in the settings (it's not visible) because it has no iPhone Store ID. Again if I add (for testing) an iPhone Store ID from a public app (e.g. Whatsapp), I'm able to select the iOS platform to add screenshots.

See here: enter image description here

And without these screenshots I can't submit for review :( It's a doom loop.

UPDATE 29.01.2014: As proposed I selected "Webseite" as platform and uploaded screenshots from using Facebook in my iOS App in hope that the Facebook reviewers would understand that the screenshots are showing an iOS App, but today I failed review: enter image description here

like image 211
mahega Avatar asked Jan 28 '14 12:01

mahega


People also ask

How long does Facebook app approval take?

It typically takes us less than one week to process your submission, and often takes only 2 to 3 days, but may take longer during peak periods.

What is Facebook app review?

App Review allows you to request approval for individual permissions and features. Permissions that have been approved through App Review can be requested from any app user, but unapproved permissions can only be requested from app users who have a role on the requesting app.


1 Answers

To submit an unreleased iOS App for Review, you will need to submit the simulator binary version through the submission form. Read the tutorial Creating iOS Simulator Build for Review to get more details. In short, make sure that the selected platform is iOS, then find the following section:

enter image description here

And then upload your binary through the dialog:

enter image description here

like image 86
Zorayr Avatar answered Oct 29 '22 15:10

Zorayr