Page 1 of 1

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

Posted: Thu Dec 03, 2015 5:47 pm
by Kal

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.


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

Posted: Thu Dec 03, 2015 8:14 pm
by Serhii Kulibaba

Hello Kal,

Have you added push settings for both OS? https://devcenter.appery.io/tutorials...


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

Posted: Thu Dec 03, 2015 8:27 pm
by Kal

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.


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

Posted: Sun Dec 06, 2015 12:39 pm
by Alena Prykhodko

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.