- Home /
Duplicate question, see http://answers.unity3d.com/questions/956887/excluding-apple-push-notification-api-from-ios-bui.html?childToView=1146639
Missing Push Notification Entitlement (invalid binary)
Hi All,
Today i was uploading my first game using unity 4 but it got rejected, reason invalid binary and below listed are the reasons
Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the "aps-environment" entitlement. See "Provisioning and Development" in the Local and Push Notification Programming Guide for more information. If your app does not use the Apple Push Notification service, no action is required. You may remove the API from future submissions to stop this warning. If you use a third-party framework, you may need to contact the developer for information on removing the API.
i am 100% sure that none of my third party frameworks are using push notifications, as per my assumption this problem has something related to unity 4.
Can someone please help me out with this
Thanks in advance
P.S : there was one more reason because of which the binary was stated invalid but i am specifying that in a separate question to get more specific answers.
read through ...
http://forum.unity3d.com/threads/167574-$$anonymous$$issing-Push-Notification-Entitlement
you're using Prime31 right? notice the warning on their front page about that
you're sure your app was REJECTED ? you don't mean you just got a usual warning email ?
Yes it was rejected(invalid binary). Thats what is bugging me the most, all the forums I checked regarding this they said it would be just a warning but my app got rejected because of the same.
totally weird and sick !!
perhaps you should just email them back and say it is BS, it does not use it
Did you accidentally (somehow) SET THOSE FLAGS in the plists ??
Follow this Question
Related Questions
NSCameraUsageDescription Error when submiting a build on Apple App Store 2 Answers
Non-PIE Binary (IOS Invalid Binary) using unity 4 2 Answers
Building for iOS - Undefined symbols for architecture armv7 1 Answer
Unity 4 BETA: iOS: Texture2D ReadPixels not responding to bound framebuffer 1 Answer
iOS app rejected 2.1 0 Answers