We want to distribute our education IOS application under Volume purchase Program. The application is already in Appstore. So is it necessary to change the bundle identifier and name of application?
Asked
Active
Viewed 418 times
1 Answers
1
No, You don't need to do anything specific or even resubmit the app. You can apply to the program in https://itunesconnect.apple.com in your application details.
More info:
https://developer.apple.com/support/appstore/volume-purchase-program/

monder
- 379
- 3
- 7
-
Our application is available in Appstore. We enabled some features and we need to submit this version. But we are planning to submit this new version under VPP keeping the old version as it is. – Neo Jan 17 '14 at 07:55
-
1To submit the new application you have to have new bundle identifier. You can just append something at the end, like if your app id was `com.example.app` then you can have the new app as `com.example.app.feature`. Having a separate application for VVP is a good choice especially if you had in-app purchases within. VPP discounts do not apply on these. Also it is worth noting that regular users still will be able to purchase your VPP application for full price. – monder Jan 17 '14 at 08:56