FAQ
Common notification issues and solutions
Do I need to add notification permissions manually in my project settings?
Users denied notification permissions - how do I let them re-enable?
void OnPermissionDenied()
{
Debug.Log("Explain why notifications are useful, then open Settings.");
Utilities.OpenApplicationSettings();
Debug.Log("Opened device settings for user to enable notifications.");
}How can I test notifications on iOS simulator?
My scheduled notifications aren't firing - what should I check?
On Android, how do I make each notification appear as a separate entry in notification center?
Can I show notifications when the app is in foreground on Android?
Our server uses custom payload keys for push notifications - how do I configure them?
Standard Key
Default
Your Custom Key
What are the payload formats for reference?
Android FCM Payload Example
iOS APNS Payload Example
Field
Purpose
Platform
I'm migrating from Unity Mobile Notifications - how difficult is the transition?
Unity Mobile Notifications
Essential Kit
Calendar notifications fire at the wrong time after timezone changes
Where can I confirm plugin behavior versus my implementation?
Notifications work locally but fail in production builds
Last updated