The .NET assemblies have been updated in the git repo:
Regards,
Mark
The .NET assemblies have been updated in the git repo:
Regards,
Mark
Hi Florin,
Recently we made some refactoring in classes of Backendless MessagingService. Sorry, but this was necessary.
- (void)application:(UIApplication *)app didRegisterForRemoteNotificationsWithDeviceToken:(NSData*)deviceToken {
[backendless.messaging didRegisterForRemoteNotificationsWithDeviceToken:deviceToken];
}
instead your implementation.
You could investigate our PushNotify sample - how it is organized.
Take note to “OLD” marker: it shows some differences between old and new implementations.
let publishOptions = PublishOptions()
publishOptions.assignHeaders(data)
Regards,
Slava
Works now thanks!
Thank you.