windows phone 7 - WP7 number of Push Notification channels limit -


in microsoft documentation mentioned "there limit of 1 push notification channel per application. there limit of 15 push notification channels per device. if application exceeds either of these limits, invalidoperationexception(channel quota exceeded) exception thrown.".

i understand if user has installed 15 apps use push notifications , if installs app uses push notifications 16th one, invalidoperationexception(channel quota exceeded) thrown.

but have no idea have catch exception in code. can suggest?

this link gives alot of information using pushnotifications. http://windowsteamblog.com/windows_phone/b/wpdev/archive/2010/05/06/using-push-notification-from-your-windows-phone-application.aspx

i think need catch exception when trying create channel.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -