[Solved] cannot convert AnyHashable in swift 3

[ad_1]

type conversion

enter image description here

do like

func application(_ application: UIApplication, didReceiveRemoteNotification userInfo: [AnyHashable: Any]) {
print("received a notification")
   Branch.getInstance().handlePushNotification(launchOptions)

}

for more information you can get from branch in Git

[ad_2]

solved cannot convert AnyHashable in swift 3