[Solved] cannot convert AnyHashable in swift 3


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

solved cannot convert AnyHashable in swift 3