Post

Replies

Boosts

Views

Activity

Reply to ITMS-90078: Missing Push Notification Entitlement
This solved by changing the Info.plist <key>UIBackgroundModes</key> <array> <string>fetch</string> <string>remote-notification</string> </array> But my push notifications still not working, the code abode isn't called NotificationSettings settings = await messaging.requestPermission( alert: true, announcement: false, badge: true, carPlay: false, criticalAlert: false, provisional: false, sound: true, ); Anything else i havo to do? Maybe another key i have to add in the Info.plist?
Jun ’22
Reply to ITMS-90078: Missing Push Notification Entitlement
Hello @chetanfromgandhinagar, You have been solved this issue? I'm with the same problem but in my case i'm realy use Firebase Push Notification (not working)
Replies
Boosts
Views
Activity
Dec ’21
Reply to ITMS-90078: Missing Push Notification Entitlement
This solved by changing the Info.plist <key>UIBackgroundModes</key> <array> <string>fetch</string> <string>remote-notification</string> </array> But my push notifications still not working, the code abode isn't called NotificationSettings settings = await messaging.requestPermission( alert: true, announcement: false, badge: true, carPlay: false, criticalAlert: false, provisional: false, sound: true, ); Anything else i havo to do? Maybe another key i have to add in the Info.plist?
Replies
Boosts
Views
Activity
Jun ’22