Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Push Notifications without APNS

I work perfectly with Push Notifications for iOS using APNS. So for some customers, I need an on-premise or local solution, where I could send notifications to the device without APNS and without dependence on the internet. Somebody knows? can you help me?

like image 750
Lucas Schmidt Avatar asked Oct 20 '25 13:10

Lucas Schmidt


1 Answers

Not possible. You cannot get notification from APNS without internet.

What you can do to accomplish this is you send message from your server to the app while it is in background mode and generate local notification accordingly.

like image 86
codeGeek Avatar answered Oct 22 '25 02:10

codeGeek



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!