Skip to content

Not compatible with Swift 4.2 #16

@vishalwaka

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions