1

Does the contents of embedded.mobileprovision change when I submit the ipa to the app store or after app becomes live? I don't think it should change but I need to be sure about it. Thanks.

iPeter
  • 1,330
  • 10
  • 26
Sanket_B
  • 735
  • 9
  • 26

1 Answers1

2

The content of the embeded provisioning profile doesn't change unless and untill you make the changes in it.

For instance, if you add/remove new devices from profile then provisioning profile is changed. So you need to downliad it and create a .ipa file from updated provisioning profile.

In short, if make changes in provisioning profile then the content of the provisioning profile is changed.

Mahendra
  • 8,448
  • 3
  • 33
  • 56