简体   繁体   中英

Push notification in Windows Phone limit

I have sent push notifications for Windows Phony without certificate. I know there is limit 500 pushes per day.
My question is: 500 pushes is limit per day and per phone or per day and sending application? For example: I have four mobiles. How many pushes can I max send by my app a day without buy certificate?

The limit is by subscription and day. By subscription mean by channel URI. So your service can send a max of 500 notifications by device/user, you can take a look at this here and here .

By default, the limit is 500 notifications per channel URI per day. So if you have multiple notifications (say Toast and Tile) in your application, you can send 500 of each type. That is 500 of each type of notification per device / user. For example, if you have 100 users of your application and 1 type of notification, you can send up to 50,000 (1 * 500 * 100) notifications per day. Authenticated notifications are unlimited.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM