A
A
Anton2015-10-30 04:22:13
iOS
Anton, 2015-10-30 04:22:13

How to combine Parse and VKSdk on iOS?

Parse refuses to work when openURL:NSURL, sourceApplication:String?, annotation:AnyObject? in arguments.
What is the alternative to screw VKSdk normally?

func application(application: UIApplication, /*openURL:NSURL, sourceApplication:String?, annotation:AnyObject?,*/didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
        
        //VKSdk.processOpenURL(openURL, fromApplication: sourceApplication)
        
        Parse.enableLocalDatastore()
        // Initialize Parse.
        Parse.setApplicationId("...",
            clientKey: "...")
        // [Optional] Track statistics around application opens.
        PFAnalytics.trackAppOpenedWithLaunchOptions(launchOptions)
        return true
    }

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question