IOS cloning app using ApppleId wildcard

I created iOs app in Xcode, now I want to clone it with logo change and app name change. so it's better

from "Explicit Application ID" or "Wildcard Application ID" . can anyone help me to choose.

Thank!

+3


source to share


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







All Articles