Firebase push notifications not working in BitBar on iOS devices
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2021
10:00 AM
06-11-2021
10:00 AM
Firebase push notifications not working in BitBar on iOS devices
Hi, I'm trying to test Firebase push notifications for my app on iOS devices on Bitbar (iPhone 11, iOS 13) but the notifications do not seem to be coming through. Also, the notification option is not visible for my app, when I click on it in the Setiings app. Also, my app does not show up in the Notifications section of the Settings app either.
My app is in .ipa format and is uploaded in Live Testing mode Push notifications are enabled in my AdHoc Provisioning Profile as well as in the app. Also, my app receives push notifications as normal on TestFlight.
Is it a limitation on BitBar's end or am I doing something wrong? Kindly give me some suggestions on it.
Labels:
- Labels:
-
Bitbar
-
firebase
-
iOS
-
push notifications
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2021
03:03 AM
08-17-2021
03:03 AM
myaarpmedicare Wrote:
Make sure info.plist is configured
<key>FirebaseScreenReportingEnabled</key> <true/> <key>FirebaseAppDelegateProxyEnabled</key> <true/>
