I`m using Facebook to create a easy login to my application.
Until yesterday it was working fine, if i have the Facebook app open it, if not and i have multitask open safari, if not open a webview.
But today, i was adding push notifications to my app. At the moment the only this i changed was the appID and the AppDelegate adding
[[UIApplication sharedApplication] registerForRemoteNotificationTypes:(UIRemoteNotificationTypeAlert | UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound )];
in the build settings i selected my provision profile for this appID for debug and release.
And now i don't know why but the login button is opening at the same time Facebook app, Safari and the webview. 3 different ways opening at the same time.
there is nothing at http://developers.facebook.com that correlates with this error. does anyone know anything about it?
EDIT
I just have tested on other devices, apparently it only happens on my iPhone 4S with iOS 6.beta3
I`ll close this question, sorry
registerForRemoteNotificationTypes:? – mkral Jul 18 '12 at 14:53