i have already published an iOS app with appID using this scheme “com.companyName.DeviceType.AppName” and i need to add apple watch app to it.
To do so we have to add two targets to the existing project one for the watch app and one for the watch extension. each one of them needs a provision profile to build it and to have a provision profile we must add new appID for each target. for apple watch app the appID must have this scheme “myAppBundleID.watchkitapp” and for watch extension “myAppBundleID.watchkitapp.watchkitextension”
when i am trying to add these appIDs to the developer portal it says
An App ID with Identifier 'com.companyName.DeviceType.AppName.watchkitapp.watchkitextension' is not
available. Please enter a different string.
it returns this error for the watch app and the watch extension and when i search for these appIDs i got nothing
so does any one have a solution for this issue ??