IOS cloning app using ApppleId wildcard
1 answer
Take a look at https://developer.apple.com/library/ios/qa/qa1713/_index.html
In the first place, you cannot deploy your app with < wildcard app id ".
It is used for development only and it is associated with the Provisioning Profile, not the AppID.
So you must use 2" Explicit App ID "for both apps.
Either way your app will be rejected by Apple
2.20 Developers "spamming" the App Store with many versions of similar apps will be removed from the iOS Developer Program
So check out the Appstore Review Guide
+1
source to share