But the instructions on setting up the push notifications in the code (starting from step 36 of the tutorial) are not very clear. The file referenced in step 37, AppDelegate.m, doesn't exist in the XCode project created from building in Unity, and there is no explanation of how to set up the push notifications in the Unity.
Advice on how to get this done would be great.
Thanks a lot
Moshe
1 Comment
Customer Support
said
over 3 years ago
Hi Moshe
That tutorial uses the Obj-C SDK on the client. As stated in the tutorial step 37 onwards applies only if you are using the Obj-C SDK. For Unity you will need to use Unity Script API NotificationServices
Moshe Rosenschein
Hi everyone,
I'm trying to follow the tutorial on configuring iOS push notifications here:
https://docs.gamesparks.com/tutorials/social-features/configuring-ios-push-notifications.html
But the instructions on setting up the push notifications in the code (starting from step 36 of the tutorial) are not very clear. The file referenced in step 37, AppDelegate.m, doesn't exist in the XCode project created from building in Unity, and there is no explanation of how to set up the push notifications in the Unity.
Advice on how to get this done would be great.
Thanks a lot
Moshe