Skip to content
Discussion options

You must be logged in to vote

Hello @mabehiry since you are distributing your app to App Store i advise you to use a Distribution certificate and distribution provisioning profile, not development.
I can see you have uploaded provisioning profiles to Codemagic but their bundle ID says (*), please create a provisioning profile with the specific bundle Identifier and reference it in your yaml under the environment section.

    environment:
      ios_signing:
        distribution_type: app_store
        bundle_identifier: com.example.test

Also make sure that in your project.pbxproj file, the application PRODUCT_BUNDLE_IDENTIFIER is the same bundle as the one you have defined in your provisioning profile

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mabehiry
Comment options

Answer selected by mabehiry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants