Home > Software engineering >  Push notification on Unity Platform for a game. I am Building a game for iOS and android
Push notification on Unity Platform for a game. I am Building a game for iOS and android

Time:07-17

How to make a push notification that is send 2 hours later from the time that the user closes the app. But limit it to 3 times that specific day. I wrote some code on unity but it's send like crazy. Like the push notification is send every 10 seconds, and it persists more than 20 times? Of course, this is going to be used for iOS and android. Can you help me with code or how to make this possible. It's really driving me nuts. Thank you!

CodePudding user response:

The Unity Mobile Notifications package adds support for scheduling local one-time or repeatable notifications on Android and iOS

CodePudding user response:

The Unity Mobile Notifications package adds support for scheduling local one-time or repeatable notifications on Android and iOS

https://www.youtube.com/watch?v=XjxRL7Ax9-I

  • Related