Software Archive
Read-only legacy content
17061 Discussions

Remove Push Notifications iOS

Dario_C_
Beginner
555 Views

I'm trying to publish a very simple app on the iTunes store, but every time i try to upload the binary using the review I get an email with the same text :

"Your app appears to include API used to register with the Apple Push Notification service"

In the developer tools I'm using an app ID that doesn't contain any push notiication, so I think the problem is in the binary itself. So...

Is there a way to "tell XDK" I don't need any push service?

 

Thanks in advance,

Dario

0 Kudos
4 Replies
John_H_Intel2
Employee
555 Views

What plugins are you using?

Cordova build or legacy build?

Can you submit a screenshot with the apple reply?

Have you tried rebutting the claim to Apple and asking for a more specific reason for rejection? The one you posted looks automated.

0 Kudos
Dario_C_
Beginner
555 Views

I'm not using any plugin, and it's a pure HTML5 project not even using cordova.

Here is the mail I received :

0 Kudos
John_H_Intel2
Employee
555 Views

I can confirm you are not using any push certs, however, I wonder if their automated scans are finding your cer or csr file and flagging that. Remove those files from the bundle as they are not needed. Only the provisioning profile is required to be in the bundle.

0 Kudos
Dario_C_
Beginner
555 Views

Holy god, I didn't notice the certs where inside the project folder..... I'll try to remove the unneded ones.

Thanks for the advice, I'll keep you updated if you want to.

0 Kudos
Reply