An App ID is a two-part string used to identify one or more apps from a single development team.

Posts under App ID tag

127 Posts

Post

Replies

Boosts

Views

Activity

how to transfer an app never released in App Store?
Apple has a recent policy [5.1.1(ix)] requiring medical apps like mine to be submitted by healthcare organizations, not individual physician programmers like me. I have an app I worked on for a couple months, loaded it to AppStoreConnect, sent it out on Test Flight, good feedback, ready to release. But cannot release as individual physician. So went to my employer healthcare organization. They'd be happy to publish my app. I now have credentials within their developers account. When I try to upload my same app (rebuilt with new certificates and identifiers for organization), I can't get it to upload because Apple flags my upload as copying someone else's material -- I suspect my own material! It sees that "Cardiovascular Risk" app submitted under my healthcare organization is just like my "cardiovascular Risk" app submitted also by me under my personal developers account! If the app were already approved at least once, I could transfer it. But since never approved for the App Store, I cannot use the Transfer App process that Apple offers. I already tried changing the name of the app, the display name, the details in the bundle identifier, and I made sure to remake the necessary certificates and profiles and app ID with my newly joined organization account. Any ideas? Not sure who at Apple to reach out to. Not a code issue. Not exactly an account issue. Not a legal issue, although the problem is sorta me copying the material of myself, so I did drop them a line. Help! Best, -- Josh
4
0
2.5k
Jun ’22
app identifier "com.bookup.chessopeningswizard" cannot be registered to your development team because it is not available
When changing the bundle identifier on my iOS Xcode project to match the bundle identifier of the app I've published, Xcode says this: Failed to register bundle identifier The app identifier "com.bookup.chessopeningswizard" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again. I can set it to any other bundle identifier and Xcode is okay. I believe I need to set it to the app identifier of the published app because I'm creating a new version of the app.
1
0
1.3k
Jun ’22
Changing the provisioning profile for an existing application
There is an iOS application in the app store that has been working for a long time, at the moment the application will be sold and the provisioning profile will be changed, in connection with which there are several questions that I could not find answers to, please help. Today, the token for authorized users is stored in the keychain, do I understand correctly that after changing the provisioning profile, access to the token will be lost? If I transfer the token to the sandbox during the migration, for example, to userdefaults, will I be able to access it after updating the provisioning profile or not? Will access to the sandbox be lost too? What is the way to seamlessly migrate from the old profile to the new one?
1
0
1.4k
Jun ’22
Upload update of transferred App
I was able have an app transferred from another AppleID to my personal AppleID. The transfer seemed to go OK (https://help.apple.com/app-store-connect/#/deved688524f) however there seems to be a problem now when I try to update the app. I've changed 'ownership' where I can see but when I uploaded the new version, the old bundleID no longer matches my new AppleID format. Do I keep the old bundleID? I'd prefer not delete and recreate the app. That was why I chose the transfer method. Any suggestions, thanks,. David
0
0
1.2k
May ’22
Mobile and Web under the same bundle (sign in with Apple)
Hi. I implemented "sign in with Apple" on my web app using a "Service ID" (com.mywebsite.app.web), this is working fine. User is forwarded to Apple's website and forwarded back to us after logging in. We are now building a mobile app and it is going to use the same server as the web app, this is where the problem lies. The server uses the "Service ID" to do the user authentication with Apple, but the mobile app uses an "App ID" that is different from the "Service ID", because they are unique identifiers and the mobile team say they can't change it. App ID (also primary App ID for sign in with Apple) = com.mywebsite.app Service ID = com.mywebsite.app.web When the mobile team tried to authenticate the user with the server using the authorizationCode, the response is { error: 'invalid_grant', error_description: 'The code was not issued to com.mywebsite.app.web' } , probably because it was created for the App ID, not for the Service ID But the Service ID (com.mywebsite.app.web) is nested under the primary App ID (com.mywebsite.app). What can I do to have the same server to authenticate users coming from the web app and from the mobile app? We are using Django Allauth for the backend / web app and React Native with https://www.npmjs.com/package/@invertase/react-native-apple-authentication for the mobile app. Thanks in advance!
1
0
2.7k
May ’22
App ID with Identifier 'com.company.appname' is not available
Hello, I am very new to mobile development, but over the last couple of months I've been learning how to create an iOS application. For that, I've been using a development account, and have been setting the bundleID. Now I have a developer account for a company, and am trying to register the App ID on the developer UI, but I am seeing this error An App ID with Identifier 'com.codefs3.appname' is not available. Please enter a different string. I am unsure how I am supposed to resolve this, and this question has been asked and none of the answers have worked for me. Thank you in advance.
2
0
3.5k
May ’22
How to remove Apple pay payment processing capability from App ID
Hi! I am trying to archive my flutter app and creating an app identifier with (Groups, Associated domains, Push notifications, Sign in apple) but "Apple pay payment processing" is capability automatically added and when I create Profile provisioning its giving Provisioning profile "MSPP" doesn't support the Apple Pay capability. Provisioning profile "MSPP" doesn't include the com.apple.developer.in-app-payments entitlement. errors on xcode. I tryed to uncheck "Apple pay payment processing" in identifier and recreate Profile provioning but error reoccuring , any help, suggession very appreciated , thank you very much
1
0
1.7k
May ’22
Deletion of Apple App Identifiers
When can we delete Apple App Identifiers? I see an old answer that specifies that "I believe we can only delete app ids that haven't been used in the store at all. Once an app id has been exposed to the store, it remains on record (and cannot be re-used) whether you delete an app or not." What does being "exposed to the store" mean exactly? does adding an identifier in the identifies list in developer.apple.com/account/resources/identifiers/list qualify as the "identifier being exposed to the App Store"?
1
0
1.3k
May ’22
Notarization stopped working
I had been command line notarizing my two py2app (python applications) successfully now for 7 months; I use a set of canned scripts; I stored the notarization App ID in my key chain; as follows: xcrun altool --store-password-in-keychain-item \ APP_PASSWORD  \ -u <my apple id> \ -p <the app id I generated> The script uses this CLI xcrun notarytool submit Pyut.zip --keychain-profile "APP_PASSWORD" --verbose --progress --wait All of a sudden now notarization fails with: Error: HTTP status code: 401. Invalid credentials. Username or password is incorrect. Use the app-specific password generated at appleid.apple.com. Ensure that all authentication arguments are correct.
1
0
1.8k
May ’22
Same BundleID for iOS & tvOS apps in 1 developer account. How to to get actual released version info for both platforms separately
I would like to check current released AppStore version for my iOS app and tvOS app. They have same bundleID. I can't divide it to this url request to tvOS ones and iOS ones, because of identical Bundle ID's. http://itunes.apple.com/br/lookup?bundleId=app.sameIdExample When I get response from url it shows released iOS version. I want to get info about released tvOS version. Any ideas how to divide url or use another two separate urls to get JSON info about tvOS. Please help :)
0
0
822
May ’22
has one apple distribution certificate but its private key is not installed
hello im facing this problem with certificats when i try to upload ios app the app store it says : "has one apple distribution certificate but its private key is not installed" i tried every solution in google search i spend last 6 days trying to figure out the problem without any luck. tried to delete all the certificats and start over creating new one = same error making new user in my mac and try from the beginning = same error xcode : Version 11.3.1 (11C505) macOS : mojave 10.14.6 so can you please help me !
4
0
10k
Apr ’22
apple "ask permission" in sandbox
I am trying to test the In-App purchases by adding my test email to"Testers" in the Developer console. When I use any of the sandbox emails added there, I get the following message: Ask Permission A request to buy ____ will be sent to your parent or guardian [Environment: sandbox] if I click on "Ask", nothing happens. I've rechecked that this email is not a child account. it has a DOB of 1980. In fact, it's not enrolled in any family sharing program. I've tested multiple accounts after adding them to sandbox. Same issue occurs in all the accounts. One of those accounts is: testkinderpass123@gmail.com I also tried adding these accounts to family sharing plan so that even if a parental request is sent, I can accept that from another device. Unfortunately, "Try again" pop up errors started coming while doing so.
1
1
2.1k
Mar ’22
adding certificate error
When i try to add identifier i'm getting error : An attribute in the provided entity has invalid value An App ID with Identifier 'com....' is not available. Please enter a different string. i need to publish application with this id, xcode already created profile automatically from this id, for my account, how can i delete this profile so i can i create it again on provising profile here : https://developer.apple.com/account/resources/identifiers/bundleId/add/bundle so i can create app on appstore https://appstoreconnect.apple.com/ Any help would be appreciad
Topic: Code Signing SubTopic: General Tags:
2
0
1.6k
Feb ’22
Unable to install App
Details Unable to install "record" Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402653108 - The application bundle does not contain a valid identifier. Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402653108 User Info: {     DVTRadarComponentKey = 364477;     MobileDeviceErrorCode = "(0xE800004C)";     "com.apple.dtdevicekit.stacktrace" = ( 0   DTDeviceKitBase                     0x0000000122b2493f DTDKCreateNSErrorFromAMDErrorCode + 220 1   DTDeviceKitBase                     0x0000000122b63124 _90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]blockinvoke + 155 2   DVTFoundation                       0x0000000106863b33 DVTInvokeWithStrongOwnership + 71 3   DTDeviceKitBase                     0x0000000122b62e65 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1440 4   IDEiOSSupportCore                   0x00000001229d3d28 118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]blockinvoke.292 + 3513 5   DVTFoundation                       0x000000010699229a DVTCALLINGCLIENTBLOCK + 7 6   DVTFoundation                       0x0000000106993ebc _DVTDispatchAsyncblockinvoke + 1191 7   libdispatch.dylib                   0x00007fff694006c4 dispatchcallblockandrelease + 12 8   libdispatch.dylib                   0x00007fff69401658 dispatchclientcallout + 8 9   libdispatch.dylib                   0x00007fff69406c44 dispatchlaneserialdrain + 597 10  libdispatch.dylib                   0x00007fff694075d6 dispatchlaneinvoke + 363 11  libdispatch.dylib                   0x00007fff69410c09 dispatchworkloopworkerthread + 596 12  libsystempthread.dylib             0x00007fff6965ba3d pthreadwqthread + 290 13  libsystempthread.dylib             0x00007fff6965ab77 start_wqthread + 15 ); } - System Information macOS Version 10.15.7 (Build 19H2) Xcode 12.1 (17222)
3
1
1.5k
Feb ’22
Lack of Vendor ID for “USB transport" entitlement and Can't find "userclient-access" for AppID
I requested “USB transport " and "userclient-access" entitlements to Apple and they has approved. Apple team said I should create entitlement file and "transport.usb" entitlement should contain Vendor ID. I created also AppID and Provisionig profiles. After that, I build the Xcode project and the application doesn't work. I have two questions. Provisioning profile contains transport.usb entitlement "without" Vendor ID. Should it contain Vendor ID too? When I create AppID, I can choose "Additional Capabilities", but I can not find "userclient-access". How can I set the entitlement?
1
1
1.4k
Feb ’22
Replacement of new app with an existing app on the app store
Hi team, On the app store connect we have two applications. One of the applications is old and is under production and is been used by the users. Another one is developed recently and we have got approval from Apple to release the app. Both the application have a different bundle and apple id, along with different names. Now we want to replace the old application which is available on the app store with a new app. How can we achieve the following?
0
0
892
Feb ’22
how to transfer an app never released in App Store?
Apple has a recent policy [5.1.1(ix)] requiring medical apps like mine to be submitted by healthcare organizations, not individual physician programmers like me. I have an app I worked on for a couple months, loaded it to AppStoreConnect, sent it out on Test Flight, good feedback, ready to release. But cannot release as individual physician. So went to my employer healthcare organization. They'd be happy to publish my app. I now have credentials within their developers account. When I try to upload my same app (rebuilt with new certificates and identifiers for organization), I can't get it to upload because Apple flags my upload as copying someone else's material -- I suspect my own material! It sees that "Cardiovascular Risk" app submitted under my healthcare organization is just like my "cardiovascular Risk" app submitted also by me under my personal developers account! If the app were already approved at least once, I could transfer it. But since never approved for the App Store, I cannot use the Transfer App process that Apple offers. I already tried changing the name of the app, the display name, the details in the bundle identifier, and I made sure to remake the necessary certificates and profiles and app ID with my newly joined organization account. Any ideas? Not sure who at Apple to reach out to. Not a code issue. Not exactly an account issue. Not a legal issue, although the problem is sorta me copying the material of myself, so I did drop them a line. Help! Best, -- Josh
Replies
4
Boosts
0
Views
2.5k
Activity
Jun ’22
What happens to app permissions after transfer?
Hello, please tell me if there will be any changes in app permissions for geolocation or push notifications after the app transfer?
Replies
1
Boosts
0
Views
1.2k
Activity
Jun ’22
app identifier "com.bookup.chessopeningswizard" cannot be registered to your development team because it is not available
When changing the bundle identifier on my iOS Xcode project to match the bundle identifier of the app I've published, Xcode says this: Failed to register bundle identifier The app identifier "com.bookup.chessopeningswizard" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again. I can set it to any other bundle identifier and Xcode is okay. I believe I need to set it to the app identifier of the published app because I'm creating a new version of the app.
Replies
1
Boosts
0
Views
1.3k
Activity
Jun ’22
Changing the provisioning profile for an existing application
There is an iOS application in the app store that has been working for a long time, at the moment the application will be sold and the provisioning profile will be changed, in connection with which there are several questions that I could not find answers to, please help. Today, the token for authorized users is stored in the keychain, do I understand correctly that after changing the provisioning profile, access to the token will be lost? If I transfer the token to the sandbox during the migration, for example, to userdefaults, will I be able to access it after updating the provisioning profile or not? Will access to the sandbox be lost too? What is the way to seamlessly migrate from the old profile to the new one?
Replies
1
Boosts
0
Views
1.4k
Activity
Jun ’22
I'm running out of idea for apps🙁
Can someone give me a suggestion?
Topic: Code Signing SubTopic: General Tags:
Replies
2
Boosts
0
Views
769
Activity
May ’22
Upload update of transferred App
I was able have an app transferred from another AppleID to my personal AppleID. The transfer seemed to go OK (https://help.apple.com/app-store-connect/#/deved688524f) however there seems to be a problem now when I try to update the app. I've changed 'ownership' where I can see but when I uploaded the new version, the old bundleID no longer matches my new AppleID format. Do I keep the old bundleID? I'd prefer not delete and recreate the app. That was why I chose the transfer method. Any suggestions, thanks,. David
Replies
0
Boosts
0
Views
1.2k
Activity
May ’22
Bonjour! J'ai un PC Windows et un iPhone, je veux développer des applications et utiliser xcode... S'il vous plaît aidez-moi à ce sujet et que dois-je faire
Bonjour! J'ai un PC Windows et un iPhone, je veux développer des applications et utiliser xcode... S'il vous plaît aidez-moi à ce sujet et que dois-je faire
Topic: Code Signing SubTopic: General Tags:
Replies
1
Boosts
0
Views
1.4k
Activity
May ’22
Mobile and Web under the same bundle (sign in with Apple)
Hi. I implemented "sign in with Apple" on my web app using a "Service ID" (com.mywebsite.app.web), this is working fine. User is forwarded to Apple's website and forwarded back to us after logging in. We are now building a mobile app and it is going to use the same server as the web app, this is where the problem lies. The server uses the "Service ID" to do the user authentication with Apple, but the mobile app uses an "App ID" that is different from the "Service ID", because they are unique identifiers and the mobile team say they can't change it. App ID (also primary App ID for sign in with Apple) = com.mywebsite.app Service ID = com.mywebsite.app.web When the mobile team tried to authenticate the user with the server using the authorizationCode, the response is { error: 'invalid_grant', error_description: 'The code was not issued to com.mywebsite.app.web' } , probably because it was created for the App ID, not for the Service ID But the Service ID (com.mywebsite.app.web) is nested under the primary App ID (com.mywebsite.app). What can I do to have the same server to authenticate users coming from the web app and from the mobile app? We are using Django Allauth for the backend / web app and React Native with https://www.npmjs.com/package/@invertase/react-native-apple-authentication for the mobile app. Thanks in advance!
Replies
1
Boosts
0
Views
2.7k
Activity
May ’22
App ID with Identifier 'com.company.appname' is not available
Hello, I am very new to mobile development, but over the last couple of months I've been learning how to create an iOS application. For that, I've been using a development account, and have been setting the bundleID. Now I have a developer account for a company, and am trying to register the App ID on the developer UI, but I am seeing this error An App ID with Identifier 'com.codefs3.appname' is not available. Please enter a different string. I am unsure how I am supposed to resolve this, and this question has been asked and none of the answers have worked for me. Thank you in advance.
Replies
2
Boosts
0
Views
3.5k
Activity
May ’22
How to remove Apple pay payment processing capability from App ID
Hi! I am trying to archive my flutter app and creating an app identifier with (Groups, Associated domains, Push notifications, Sign in apple) but "Apple pay payment processing" is capability automatically added and when I create Profile provisioning its giving Provisioning profile "MSPP" doesn't support the Apple Pay capability. Provisioning profile "MSPP" doesn't include the com.apple.developer.in-app-payments entitlement. errors on xcode. I tryed to uncheck "Apple pay payment processing" in identifier and recreate Profile provioning but error reoccuring , any help, suggession very appreciated , thank you very much
Replies
1
Boosts
0
Views
1.7k
Activity
May ’22
Deletion of Apple App Identifiers
When can we delete Apple App Identifiers? I see an old answer that specifies that "I believe we can only delete app ids that haven't been used in the store at all. Once an app id has been exposed to the store, it remains on record (and cannot be re-used) whether you delete an app or not." What does being "exposed to the store" mean exactly? does adding an identifier in the identifies list in developer.apple.com/account/resources/identifiers/list qualify as the "identifier being exposed to the App Store"?
Replies
1
Boosts
0
Views
1.3k
Activity
May ’22
Notarization stopped working
I had been command line notarizing my two py2app (python applications) successfully now for 7 months; I use a set of canned scripts; I stored the notarization App ID in my key chain; as follows: xcrun altool --store-password-in-keychain-item \ APP_PASSWORD  \ -u <my apple id> \ -p <the app id I generated> The script uses this CLI xcrun notarytool submit Pyut.zip --keychain-profile "APP_PASSWORD" --verbose --progress --wait All of a sudden now notarization fails with: Error: HTTP status code: 401. Invalid credentials. Username or password is incorrect. Use the app-specific password generated at appleid.apple.com. Ensure that all authentication arguments are correct.
Replies
1
Boosts
0
Views
1.8k
Activity
May ’22
Same BundleID for iOS & tvOS apps in 1 developer account. How to to get actual released version info for both platforms separately
I would like to check current released AppStore version for my iOS app and tvOS app. They have same bundleID. I can't divide it to this url request to tvOS ones and iOS ones, because of identical Bundle ID's. http://itunes.apple.com/br/lookup?bundleId=app.sameIdExample When I get response from url it shows released iOS version. I want to get info about released tvOS version. Any ideas how to divide url or use another two separate urls to get JSON info about tvOS. Please help :)
Replies
0
Boosts
0
Views
822
Activity
May ’22
has one apple distribution certificate but its private key is not installed
hello im facing this problem with certificats when i try to upload ios app the app store it says : "has one apple distribution certificate but its private key is not installed" i tried every solution in google search i spend last 6 days trying to figure out the problem without any luck. tried to delete all the certificats and start over creating new one = same error making new user in my mac and try from the beginning = same error xcode : Version 11.3.1 (11C505) macOS : mojave 10.14.6 so can you please help me !
Replies
4
Boosts
0
Views
10k
Activity
Apr ’22
apple "ask permission" in sandbox
I am trying to test the In-App purchases by adding my test email to"Testers" in the Developer console. When I use any of the sandbox emails added there, I get the following message: Ask Permission A request to buy ____ will be sent to your parent or guardian [Environment: sandbox] if I click on "Ask", nothing happens. I've rechecked that this email is not a child account. it has a DOB of 1980. In fact, it's not enrolled in any family sharing program. I've tested multiple accounts after adding them to sandbox. Same issue occurs in all the accounts. One of those accounts is: testkinderpass123@gmail.com I also tried adding these accounts to family sharing plan so that even if a parental request is sent, I can accept that from another device. Unfortunately, "Try again" pop up errors started coming while doing so.
Replies
1
Boosts
1
Views
2.1k
Activity
Mar ’22
Your maximum App ID limit has been reached
Your maximum App ID limit has been reached. You may create up to 10 App IDs every 7 days. and Xcode couldn't find any iOS App Development provisioning profiles matching 'com.berkayberber.tryproject how is this problem's answer ??? help me friends
Topic: Code Signing SubTopic: General Tags:
Replies
1
Boosts
0
Views
3.0k
Activity
Mar ’22
adding certificate error
When i try to add identifier i'm getting error : An attribute in the provided entity has invalid value An App ID with Identifier 'com....' is not available. Please enter a different string. i need to publish application with this id, xcode already created profile automatically from this id, for my account, how can i delete this profile so i can i create it again on provising profile here : https://developer.apple.com/account/resources/identifiers/bundleId/add/bundle so i can create app on appstore https://appstoreconnect.apple.com/ Any help would be appreciad
Topic: Code Signing SubTopic: General Tags:
Replies
2
Boosts
0
Views
1.6k
Activity
Feb ’22
Unable to install App
Details Unable to install "record" Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402653108 - The application bundle does not contain a valid identifier. Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402653108 User Info: {     DVTRadarComponentKey = 364477;     MobileDeviceErrorCode = "(0xE800004C)";     "com.apple.dtdevicekit.stacktrace" = ( 0   DTDeviceKitBase                     0x0000000122b2493f DTDKCreateNSErrorFromAMDErrorCode + 220 1   DTDeviceKitBase                     0x0000000122b63124 _90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]blockinvoke + 155 2   DVTFoundation                       0x0000000106863b33 DVTInvokeWithStrongOwnership + 71 3   DTDeviceKitBase                     0x0000000122b62e65 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1440 4   IDEiOSSupportCore                   0x00000001229d3d28 118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]blockinvoke.292 + 3513 5   DVTFoundation                       0x000000010699229a DVTCALLINGCLIENTBLOCK + 7 6   DVTFoundation                       0x0000000106993ebc _DVTDispatchAsyncblockinvoke + 1191 7   libdispatch.dylib                   0x00007fff694006c4 dispatchcallblockandrelease + 12 8   libdispatch.dylib                   0x00007fff69401658 dispatchclientcallout + 8 9   libdispatch.dylib                   0x00007fff69406c44 dispatchlaneserialdrain + 597 10  libdispatch.dylib                   0x00007fff694075d6 dispatchlaneinvoke + 363 11  libdispatch.dylib                   0x00007fff69410c09 dispatchworkloopworkerthread + 596 12  libsystempthread.dylib             0x00007fff6965ba3d pthreadwqthread + 290 13  libsystempthread.dylib             0x00007fff6965ab77 start_wqthread + 15 ); } - System Information macOS Version 10.15.7 (Build 19H2) Xcode 12.1 (17222)
Replies
3
Boosts
1
Views
1.5k
Activity
Feb ’22
Lack of Vendor ID for “USB transport" entitlement and Can't find "userclient-access" for AppID
I requested “USB transport " and "userclient-access" entitlements to Apple and they has approved. Apple team said I should create entitlement file and "transport.usb" entitlement should contain Vendor ID. I created also AppID and Provisionig profiles. After that, I build the Xcode project and the application doesn't work. I have two questions. Provisioning profile contains transport.usb entitlement "without" Vendor ID. Should it contain Vendor ID too? When I create AppID, I can choose "Additional Capabilities", but I can not find "userclient-access". How can I set the entitlement?
Replies
1
Boosts
1
Views
1.4k
Activity
Feb ’22
Replacement of new app with an existing app on the app store
Hi team, On the app store connect we have two applications. One of the applications is old and is under production and is been used by the users. Another one is developed recently and we have got approval from Apple to release the app. Both the application have a different bundle and apple id, along with different names. Now we want to replace the old application which is available on the app store with a new app. How can we achieve the following?
Replies
0
Boosts
0
Views
892
Activity
Feb ’22