Can we share In-app purchases across apps which belongs to same developer account ?
I have one application on App Store with a list of in-app purchases. I want to submit a new one with same code base and some theme & skin changes. Rest remain same.
In this scenario, on the app's payment page in-app purchases practically should remain same. But having a new app on App Store, it doesn't allow me to have it.
Should I be re-creating an entire list of In-app purchases for the new app ?
Also, the product identifier cannot be same across apps. So while creating new in-app purchases I will have to create products with new identifiers. This marks a big change at the back end too.
Can we pull in-app purchases of one product to the other one (belongs to same developer account) programmatically ?
Any view on this ?