139
Views
4
Comments
How to enable notification permission on android?
Application Type
Mobile
Service Studio Version
11.54.5 (Build 62302)

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.

2024-09-12 02-43-38
Deepsagar Dubey

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,

Thanks
Deep

UserImage.jpg
Peter Engholm

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?



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.