Reputation: 93
Details:
Swift version - 3.1
iOS version - 10.3
I'm using WindowsAzureMessaging.framework.
I do follow this guide precisely.
You can see other developers facing the same issue:
Will it ever be fixed?
Upvotes: 1
Views: 507
Reputation: 26
For iOS version 10 or higher you can use this fork of the official GitHub rep, you can find it here https://github.com/pencildrummer/azure-notificationhubs/tree/master/iOS/bin
Because you are using swift, don't forget add Bridging-Header.h
file into your project with included string - #import "WindowsAzureMessaging/WindowsAzureMessaging.h"
Upvotes: 1