Kal
Posts: 0
Joined: Thu May 22, 2014 11:03 pm

Is it possible to register for push notification for Android only, not IOS

I need to be able to send push notifications for Android users only. I know I can limit what type of devices to send the notification to, BUT, the problem is that the Push Notification Permission box pops up at application start even for IOS. I don't want this permission box to pop up.

Is there a way to disable it, or control it in any way?

Thanks,
-Kal.

Kal
Posts: 0
Joined: Thu May 22, 2014 11:03 pm

Is it possible to register for push notification for Android only, not IOS

No, just Android.

However, the IOS app still pops up the Push Notification Permission box, and remembers the answer for ever. This is what I am trying to avoid.

I think this happens because the device registers in the Devices table, and that registration action is what triggers the Permission box. Not sure if there is any way to prevent that for iOS devices.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Is it possible to register for push notification for Android only, not IOS

Hello,

Please show us Send push notification tab screen shot https://devcenter.appery.io/tutorials....

Also you should be able to query device type in database and send notifications only to Android.

Return to “Issues”