Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace NSPropertyList with NSObject in FBSDKApplicationDelegate.openURL #9

Merged
merged 1 commit into from
Sep 27, 2016

Conversation

CoderBaron
Copy link

I've seen on gitter that this was an issue. We changed it in UIApplicationDelegate, so it makes sense to change it here too.
The type in Obj-C is id so in the end it should be NSObject, not NSPropertyList to be correct.

- (BOOL)application:(UIApplication *)application
            openURL:(NSURL *)url
  sourceApplication:(NSString *)sourceApplication
         annotation:(id)annotation;

@Tom-Ski Tom-Ski merged commit d3af67a into MobiVM:master Sep 27, 2016
@CoderBaron CoderBaron deleted the facebook-fix branch July 22, 2023 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants