Not able to enable in-app-purchase via codemagic #2955
Unanswered
mixalisaspr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
I have set up in-app purchases in codemagic.yaml, Runner.entitlements, Info.plist, etc and also activated the capabilities in apple developer.
I have checked provisioning profile and it includes the in-app purchase.
However I am always getting the following error:
Archiving com.XXX...
Automatically signing iOS for device deployment using specified development team in Xcode project: XXX
Running pod install... 44.4s
Running Xcode build...
Xcode archive done. 6.3s
Failed to build iOS app
Error (Xcode): Provisioning profile "XXX" doesn't include the com.apple.developer.in-app-purchase entitlement. Profile qualification is using entitlement definitions that may be out of date. Connect to network to update.
/Users/builder/clone/ios/Runner.xcodeproj
It appears that there was a problem signing your application prior to installation on the device.
Verify that the Bundle Identifier in your project is your signing id in Xcode
open ios/Runner.xcworkspace
Also try selecting 'Product > Build' to fix the problem.
Encountered error while archiving for device.
Expected results
Enable in-app purchases
Actual results
Build fails
Build id (optional)
67a1e98970fa3c0a03205fe0
Beta Was this translation helpful? Give feedback.
All reactions