Push notification architecture for very high volume -
Is Apple Push Information Architecture Setup for sending a lot of volume (dozens of hours per hour)? Is this allowed by Apple? What are the barriers / limitations? Is this reliable? Is there some delay? Is the price to pay for using their service?
In order:
- Yes.
- Yes.
- I'm not sure. Most commonly; Notification delivery is not a guarantee, but the service will try to give you the latest information when your app is generated, when the network will be visible again after unavailable.
- Again, there is no special guarantee, but if the target device is on a good 3G or WiFi connection, then you can expect that the information should be delivered in a few seconds to send.
- However, you need to run your own push notification server (or the use of third party information delivery service), which can be expensive if you have too much bandwidth and CPU time for your notifications are using it.
For more information, see the section in Developer Docs.
Comments
Post a Comment