8000 Not compatible with Swift 4.2 · Issue #16 · truecaller/ios-sdk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Not compatible with Swift 4.2 #16
Open
@vishalwaka

Description

@vishalwaka

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0