Hi all
i would like to send a new release to test. But I have some troubble doing it.
I red i need to regenerate a new provisioning profile from developer center to "allow" using test flight service.
So i edited the old profile, made sure it had a distribution certificate AppStore, and regenerate.
When i check the provisioning profile by:
security cms -D -i my.mobileprovision i don't see any
<key>beta-reports-active</key>
<true/>
as i aspected, infact if i submit the app to appstore, i got this error:
ERROR ITMS-90163: "Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: 'beta-reports-active' in ....
Any advice to get it work?
thanks