ios - "Push Notifications" Target Capability and Parse Push -


i'm using parse push send notifications registered devices in app. during development, we've had "push notifications" slider in target -> capabilities set off, , haven't had problems sending or receiving notifications.

as deployment, though, need set slider in "on" position receive push notifications? don't see anywhere in getting started guide. if it's not required, push notifications slider used for?

screenshot of target capabilities screen

when submit app appstore, there validation phase occurs. provisioning profile of application compared against production certificate. if there mismatch between have specified in app capabilities , how certificates set up, see warnings during validation. haven't had issue yet, have been using development certificate application.

if want receive push notifications in production app, enable push capability , sure generate , upload production push certificates parse app.

more info here: https://developer.apple.com/library/ios/documentation/miscellaneous/reference/entitlementkeyreference/chapters/enablinglocalandpushnotifications.html

and here: https://developer.apple.com/library/ios/documentation/networkinginternet/conceptual/remotenotificationspg/introduction.html#//apple_ref/doc/uid/tp40008194


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -