Chat freely about anything...

User avatar
By rant
#9038 We are looking for a way to sending push notifications from the module to a mobile phone.
There are some services like Parse(which is SSL- not supported by esp) , or qrwl(only iOS) , but they all have their problems.

Is there a safe and good way to send push notifications to a certain mobile phone ? (iOS,android)

Thanks.
User avatar
By reaper7
#9040 pushbullet app for android work well for me
https://www.pushbullet.com/

and https://www.pushingbox.com/ as a simple "something like proxy" between esp and pushbullet :)

so, You must configure pushingbox services and connect it to pushbullet, read api documents on pushbullet/pushingbox
then push notifications will be available as simple GET request:
http://api.pushingbox.com/pushingbox?de ... rstMessage
User avatar
By rant
#9056 Thanks, but to be honest , i would not count on each of these services to do the work for many users on a real product.
There is although a very good service called Parse . its very professional and does the push stuff. Problem is , we have spent 2 weeks to connect to it, without any success . Thats because its an ssl server .
User avatar
By reaper7
#9063 I understand...I have the same problem with ssl and nexmo text2speech because last week api change from http to https.
I know that are good news for secure profesional usage but for me and my electronic small toys this is bad news :?