DanTheMan827 / ios-app-signer

This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
https://dantheman827.github.io/ios-app-signer
GNU General Public License v3.0
5.6k stars 1.06k forks source link

Can't Change Application ID #231

Open fikri-io opened 1 year ago

fikri-io commented 1 year ago

How to Change App ID? when i try to fill New Application ID get error like this:

Screenshot 2023-03-29 at 14 12 15

and when i try to include provisioning profile, the field for new application id is disabled.

kambala-decapitator commented 1 year ago

you must use either wildcard provisioning profile or profile that has the same App ID

fikri-io commented 1 year ago

you must use either wildcard provisioning profile or profile that has the same App ID

is the any option if we doesn't have wildcard provisioning profile? i only have p12 certificate and explicit provisioning profile.

kambala-decapitator commented 1 year ago

then use the same App ID as in your explicit provisioning profile: the signer app will already do it automatically. For that you must import your profile (just double-click it) and then select it in the App Signer.

fikri-io commented 1 year ago

then use the same App ID as in your explicit provisioning profile: the signer app will already do it automatically. For that you must import your profile (just double-click it) and then select it in the App Signer.

i need to change App ID so its different from default explicit provisioning profile. but i only have certificate and explicit provisioning profile. the problem is how to change App ID if i only have Explicit provisioning profile or doesn't have Wildcard Provisioning Profile.

kambala-decapitator commented 1 year ago

it's impossible then. Explicit provisioning profile dictates which App ID must be used.

fikri-io commented 1 year ago

it's impossible then. Explicit provisioning profile dictates which App ID must be used.

Noted. thank you for your explanation