ios - Apple Store review guidelines, capabilities -


my app uses remote push notifications, works fine in app. app dosent have crashes or using push notifications (from parse.com). can see @ 1:18.

i have followed tutorial on parse setting push notifications. have developer provisioning profiles , enabled push notifications on app id. need set remote notifications , push notifications on in capabilities, before sending in review?

you should go , send app review!

if have push notification these things apple can reject app for:

  1. apps provide push notifications without using apple push notification (apn) api rejected
  2. apps use apn service without obtaining push application id apple rejected
  3. apps send push notifications without first obtaining user consent, apps require push notifications function, rejected
  4. apps send sensitive personal or confidential information using push notifications rejected
  5. apps use push notifications send unsolicited messages, or purpose of phishing or spamming rejected
  6. apps cannot use push notifications send advertising, promotions, or direct marketing of kind
  7. apps cannot charge users use of push notifications
  8. apps excessively use network capacity or bandwidth of apn service or unduly burden device push notifications rejected
  9. apps transmit viruses, files, computer code, or programs may harm or disrupt normal operation of apn service rejected

reference.

good luck review!


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -