Page 1 of 1

Push notifications question for Android->iOS & iOS->Android!

Posted: Sun Aug 16, 2015 9:42 pm
by A.W.H.

Hi, will push notifications work from iOS-Android and Android-iOS just as they do iOS-iOS and Android-Android (same w/ Windows phone included)?

Also, if my application is accessible in the web interface using a custom domain for HTML5 hosting, can a user accessing the app on HTML5 send or recieve push notifications to mobile devices? It is more important for the usage of this application that they can send push notifications (that when they send a message a push is sent, and the user's mobile is alerted), and I'm curious if there's a way to allow web users to have sent push notifications to users who are using mobile.


Push notifications question for Android->iOS & iOS->Android!

Posted: Mon Aug 17, 2015 3:42 pm
by Illya Stepanov

Not sure I understand your question here, you can send Push notifications to any device using REST service.

:: https://devcenter.appery.io/documenta...


Push notifications question for Android->iOS & iOS->Android!

Posted: Tue Aug 18, 2015 1:55 am
by A.W.H.

Assuming I have my push notifications certificates set up correctly, sending a push from an iOS device to an Android device should work?

Also, my second question was related to users who use the HTML5 version of the app - either on web or mobile - how can the user send pushes?


Push notifications question for Android->iOS & iOS->Android!

Posted: Thu Aug 20, 2015 8:54 pm
by Evgene Karachevtsev

Ave,

You can send push notification from iOS to Android and vice versa.
If I understand you correctly you want to send push notification to a web app in a browser? Unfortunately this is impossible with native plugin.


Push notifications question for Android->iOS & iOS->Android!

Posted: Fri Aug 21, 2015 4:35 am
by A.W.H.

Is there any other way?