Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

How to handle certificates after changing Bundle ID of uploaded app that got accepted

$
0
0

I want to know if anyone tried to change bundle id after uploading IPA to App Store Connect and got accepted, I had to change bundle id and I know that I have to create a new project on App Store connect if bundle id changed and I will do so ... My issue here is when I change bundle id and use expo build:ios -c to clear cached certificates including provisioning profile then let expo handles creating provisioning profile I find my self with the same old bundle id how to get rid of all what is related to old project that I am gonna remove and build my app as the first time I would do so?

Error message that terminates the build:

Error: validateProvisioningProfile: wrong bundleIdentifier found in provisioning profile; expected: com.companyname.appname, found (in provisioning profile): com.companyname.AppNameat _ensureBundleIdentifierIsValid (/usr/local/turtle-js/node_modules/@expo/xdl/build/detach/IosCodeSigning.js:167:11)at Object.validateProvisioningProfile (/usr/local/turtle-js/node_modules/@expo/xdl/build/detach/IosCodeSigning.js:144:3)at Object.build (/usr/local/turtle-js/node_modules/@expo/xdl/build/detach/IosIPABuilder.js:133:24)at async buildAndSignIPA (/usr/local/turtle-js/build/builders/ios/archive.js:61:5)at async Object.buildArchive [as default] (/usr/local/turtle-js/build/builders/ios/archive.js:28:9)at async Object.iosBuilder [as ios] (/usr/local/turtle-js/build/builders/ios/index.js:29:13)at async build (/usr/local/turtle-js/build/jobManager.js:158:24)at async processJob (/usr/local/turtle-js/build/jobManager.js:103:32)at async Object.doJob (/usr/local/turtle-js/build/jobManager.js:35:5)at async main (/usr/local/turtle-js/build/server.js:44:13)

Viewing all articles
Browse latest Browse all 16750

Trending Articles