Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS-Error while uploading app to store with facebook integration

I have integrated facebook in my app to upload images to facebook. I have create the app id and completed everything. I can upload my image to the facebook page.

But while uploading my app to the store, I got some issues

The following URL schemes found in your app are not in correct format:[fb 464863668026]. URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only. Please see RFC1738 for more detail.

Does anybody have an idea what the error is for. Any help would be appreciated.

like image 275
Chandru Avatar asked Aug 12 '14 07:08

Chandru


2 Answers

Go to Target > select projectName > Select "info" > select url Type > select add (+) button , write your bundle id which you write in fb settings and give URL scheme fb464863668026.

now thats ok

like image 196
Mohit Tomar Avatar answered Oct 09 '22 05:10

Mohit Tomar


Select you <Project>-Info.plist

Then add FacebookAppID and URLTypes as shown in following screenshot -

info plist screenshot

like image 32
Bishal Ghimire Avatar answered Oct 09 '22 03:10

Bishal Ghimire