MonoTouch. Push Notifications, aps-environment

。_饼干妹妹 提交于 2019-12-11 04:53:02

问题


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:

and need to be the provisioning profile with my device UDID added

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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!