This error popped up when I tried to upload my .ipa to the App Store. I tried to Clean the project in Xamarin and regenerate all the provision files but still, doesn't solve the issues.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
change Entitlements.plist to this
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>production</string>
</dict>
</plist>
回答2:
This fix worked for me using Visual Studio for Mac v7.7 Your provisioning profile and signing identity must be set up on IDE correctly:
- Go to
Project Options
->iOS Bundle Signing
. - Choose
Release
onConfiguration
spinner.iPhone
forPlatform
spinner too. - Change
Info.plist
option byEntitlements.plist
onCustom Entitlements
field.
Build iPA.