Hybrid App - mulitiple instances in Appstore

0
Hi,  For a hybrid Online native app I want to publish the same app twice to the appstore.  Reason for this is that there are two customers who will use the app but they want to have their own name and picture/label in the Appstore (the app is multitenant). I do want the application to be the same 'project' since I want them to work on the same database.  My question is; is is possible to do this? I assume this is through phonegap, but I don't know if it is possible.     
asked
1 answers
1

Hi Claudine,

 

Technically you can. As long as the package you upload in the AppStores has a unique identifier.

For example, in case of Android the identifier: com.mendix.yourAppName should be unique.

They can still link to the same URL though!

 

answered