Reputation: 61473
I need a custom logon screen that supports multiple identity providers (OAuth). When the user selects Facebook, I'm testing the Facebook SDK in various conditions
iOS 5
iOS 6
I understand in various circumstances either a Web Page will be shown, the app itself, or a popup button.
Question
Is it possible for me to "sideload" the Facebook app on the iOS 5 simulator so I can test iOS5 with the app installed?
Aside from purchasing a device just so I can install iOS 5 on it, how else can I test this?
Upvotes: 1
Views: 6780
Reputation: 3801
There are many things you simply cannot test on the simulator and this is one of them. You have to test this by running your app on your device.
Upvotes: 3
Reputation: 11026
no, its not possible to install the FB app on simulator, You have to have a real device for doing that.
Upvotes: 1