You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
Please feel free to write back via our support channel for a faster and dedicated response in case you face any confusion/issues, we will be happy to answer!
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 .
The text was updated successfully, but these errors were encountered: