Oleg
Oleg

Reputation: 1393

testing app that integrates with facebook

I want to test my application's facebook integration. My application is not released in the appstore yet. What should I do with bundle ID and appstore ID? What data to should I write there? will it work if I provide bundleID and appstore ID of my unreleased but registered app in appstore?

Upvotes: 2

Views: 2646

Answers (2)

Aravindhan
Aravindhan

Reputation: 15628

There is no need to give the Appstore Id and Bundle Id... just leave it as blank... Now only I Tested it works fine

Upvotes: 6

Shai Mishali
Shai Mishali

Reputation: 9392

I'm not exactly sure what is the question - If the question is "Will i be able to implement Facebook for iOS without the app is registered on the App Store" , the answer is Yes.

I usually use and recommend the Facebook iOS SDK which can be found on Github : https://github.com/facebook/facebook-ios-sdk

Facebook also has a really nice guide about the basics of creating the implementation on iOS which can be read here:

http://developers.facebook.com/docs/mobile/ios/build/

Upvotes: 1

Related Questions