问题
i'm trying to implement push notifications in my app, but it tells me “no valid aps-environment entitlement found for application”
I set the identifier correctly and even added an "aps-environment" entry in my Info.plist, but still it gives me this error message.
The bundle identifier is set correctly and i installed the certificates from the provisioning portal.
Thanks for your help
回答1:
In "normal" environment ( macosx + xcode) I am selecting the Project, and at Targets I need to enable the Entitlements, like this:

来源:https://stackoverflow.com/questions/12216906/monotouch-push-notifications-aps-environment