Open
Description
Since signature for this method is changed:
func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool
This method cannot be called properly.
TCTrueSDK.sharedManager().application(application, continue: userActivity, restorationHandler: restorationHandler)
restorationHandler in the above method should be of ([Any]?) -> Void type and it is not being converted from ([UIUserActivityRestoring]?) -> Void .
Metadata
Metadata
Assignees
Labels
No labels