Greetings everyone,
I’ve implemented GameThrive for our new game to send bonus credits to our players whenever we like. It worked fine but there is a problem that I’m unable to see any solution out there.
I send out the notification, and the user accepts it and gets his/her bonus credits. Now, I expect the notification to disappear but it stays in the Notification Center as long as “the player” removes it manually. I don’t want this because it would lead to people abusing that bug and taking thousands of credits which will lead to messing up with leaderboard indirectly.
I have seen in the documentation that there is a way to remove local notifications with system.cancelNotification() but I haven’t seen a way to remove push notifications from the Notification Center.
Any help would be much appreciated.
Thank you all.