I am building a PUSH notification center application, and so I need to enable Notifications on mobile devices.
But I am having issues with Android. It does not prompt the user to enable notifications and I cannot seem to figure out how to add uses-permission tags anywhere.
So my question i this:
- How do I enable Notifications on Android?
- And how would I add permissions to the manifest? So I can enable notifications via our MDM.
I have tried the AndroidPermission plugin, but it does not seem to support PUSH Notifcations.
Hi,
I think this other post can help you
https://www.outsystems.com/forums/discussion/26525/in-app-notifications-mobile-push-notifications/
Hi @Peter Engholm
I find this tutorial on Outsystems documentation page,https://success.outsystems.com/documentation/how_to_guides/integrations/how_to_use_push_notifications_with_onesignal/
You can refer it if it can help you,
ThanksDeep
Hi Peter Engholm ,
What kind of Push Notifications using?
https://www.outsystems.com/community/st_search.aspx?q=enable%20Notifications%20on%20Android
https://success.outsystems.com/documentation/how_to_guides/integrations/how_to_use_push_notifications_with_pushwoosh/?_gl=1*j0f4tt*_ga*MTc1NTIyNDYwNC4xNjc1MDY4NTQ5*_ga_ZD4DTMHWR2*MTY4MjU2MTc2OS4yNjkuMS4xNjgyNTY0OTc1LjYwLjAuMA..
Thanks,
Ramesh
Hi Ramesh
Thanks for your reply.
I am using Onesignal, and I have gotten it to work just fine, IF I manually enable the "Notification" permission in the app settings on Android.
My issue is, that I need to add the Notification permission as a runtime permission in the native Android app, so that my MDM team can enable it by default on our companies Android devices.
But I cannot figure out how to do that in Outstsystems?