I have uploaded an app to the store (still awaiting review) but I did it in iphone only, now I want to upload an ipad version. Question is, do I need to make a new provisioning profile, or will the same one be ok, the app name will remain the same, just changing the images to Ipad version.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
If you were releasing a Universal app, you could to it all under one app id. However, you wont be able to use the same provisioning profile because since it's tied to an app id, which is tied to a bundle identifier. The bundle identifier and (long) app names must be unique. So if you have an iPhone app: Name
Bundle identifier
Your iPad app might need to look something like this: Name
Bundle identifier
Which means you'll need to generate a separate app ID, and consequently a separate provisioning profile. |
|||
|
|