De bundle naam en/of de versie van je bestaande app (.ipa) wijzigen voor je ze gaat opladen in de AppStore.
Open je terminal
- Unzip {your application}.ipa
- rm -r Payload/Configurator.app/_CodeSignature
- Pas de “bundle name” en “version” aan in info.plist
- codesign -f -s “iPhone Distribution: {Your distribution name} ({Your distribution id})” –entitlements entitlements.plist Payload/{your application}.app
- zip -qr {your application}-signed.ipa Payload/
Leave a Reply