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

Is it possible to open .dmg or .xip in my Mac OS app?
I have a requirement to download and install a required package before starting the actual task in a MAC application. and the downloaded package is coming from the private server through https API, I tried to run mount process for the file but it fails for .dmg formate. let task = Process.launchedProcess(launchPath: "/usr/bin/hdiutil", arguments: ["attach", "-verbose", "-debug", "-mountroot", "/dev/disk2","<path of downloaded file>"]) task.waitUntilExit() It says hdiutil: attach failed - Device not configured So I thought of asking the backend developer to provide .XIP, would that be a solution? Because I think that won't give any signing or permission issue. Any Suggestion?
7
0
2.8k
Nov ’21
Unable to create an Identifier in my account
I am trying to publish an ios app. So i tried creating an App Id from the below link. https://developer.apple.com/account/resources/identifiers/bundleId/add/ But I am unable to enter the Identifier input as it is readonly and when i checked the console, there is an error popping out which says like this => Uncaught TypeError: Cannot read property 'length' of undefined in main.b599deb7.js:1
6
0
9.6k
Nov ’21
ITMS-90076: Potential Loss of Keychain Access
I have App Store Connect issues, after when I transferred application another account. ITMS-90076: Potential Loss of Keychain Access - The previous version of software has an application-identifier value of ['oldID.iosapp'] and the new version of software being submitted has an application-identifier of ['newID.iosapp']. This will result in a loss of keychain access. development team changed and what can I do ?
3
2
10k
Oct ’21
Integration AppsFlyer in SwiftUI
Hi everyone, The question is not how to integrate technically, but logically. Let me explain. If I want that Appsflyer Tracking well, I have to have a published app or pending approval status. For 1st option I need to put link to app in App Store, in 2nd I need to put iTunes App ID (or App ID). And I can't understand how to do that right. First of all do I need to upload my app to App Store to have pending approval status? Will I get App ID to create SDK key? And after that setting SDK by Appsflyer and re-upload my app? Or waiting while my app is publisher and after that with new update to re-upload my app already with Appsflyer SDK? On which stage can I get App ID? Sorry it will be my first uploading to App Store. And I don't want to re-upload again after adding the new SDK. I can't understand how to do it right. Thanks for any help and advices!
1
0
1.7k
Sep ’21
can't upload app after transfar from another account
The previous version of software has an application-identifier value of ['27EB2XAPE6.com.hkhars.bgdev'] and the new version of software being submitted has an application-identifier of ['DN2P4AV2Y8.com.hkhars.bgdev']. This will result in a loss of keychain access." Error when upload app , how can solve it
Replies
0
Boosts
0
Views
561
Activity
Jan ’22
Want to develop
I want to develop my new App Store
Topic: Code Signing SubTopic: General Tags:
Replies
1
Boosts
0
Views
780
Activity
Dec ’21
Is it possible to open .dmg or .xip in my Mac OS app?
I have a requirement to download and install a required package before starting the actual task in a MAC application. and the downloaded package is coming from the private server through https API, I tried to run mount process for the file but it fails for .dmg formate. let task = Process.launchedProcess(launchPath: "/usr/bin/hdiutil", arguments: ["attach", "-verbose", "-debug", "-mountroot", "/dev/disk2","<path of downloaded file>"]) task.waitUntilExit() It says hdiutil: attach failed - Device not configured So I thought of asking the backend developer to provide .XIP, would that be a solution? Because I think that won't give any signing or permission issue. Any Suggestion?
Replies
7
Boosts
0
Views
2.8k
Activity
Nov ’21
Unable to create an Identifier in my account
I am trying to publish an ios app. So i tried creating an App Id from the below link. https://developer.apple.com/account/resources/identifiers/bundleId/add/ But I am unable to enter the Identifier input as it is readonly and when i checked the console, there is an error popping out which says like this => Uncaught TypeError: Cannot read property 'length' of undefined in main.b599deb7.js:1
Replies
6
Boosts
0
Views
9.6k
Activity
Nov ’21
An attribute in the provided entity has invalid value
An attribute in the provided entity has invalid value An App ID with Identifier 'com.mycompanyname.app.mobile' is not available. Please enter a different string. I am encountering this error, but I cannot solve the problem, I request your urgent support.
Replies
3
Boosts
1
Views
22k
Activity
Nov ’21
ITMS-90076: Potential Loss of Keychain Access
I have App Store Connect issues, after when I transferred application another account. ITMS-90076: Potential Loss of Keychain Access - The previous version of software has an application-identifier value of ['oldID.iosapp'] and the new version of software being submitted has an application-identifier of ['newID.iosapp']. This will result in a loss of keychain access. development team changed and what can I do ?
Replies
3
Boosts
2
Views
10k
Activity
Oct ’21
Integration AppsFlyer in SwiftUI
Hi everyone, The question is not how to integrate technically, but logically. Let me explain. If I want that Appsflyer Tracking well, I have to have a published app or pending approval status. For 1st option I need to put link to app in App Store, in 2nd I need to put iTunes App ID (or App ID). And I can't understand how to do that right. First of all do I need to upload my app to App Store to have pending approval status? Will I get App ID to create SDK key? And after that setting SDK by Appsflyer and re-upload my app? Or waiting while my app is publisher and after that with new update to re-upload my app already with Appsflyer SDK? On which stage can I get App ID? Sorry it will be my first uploading to App Store. And I don't want to re-upload again after adding the new SDK. I can't understand how to do it right. Thanks for any help and advices!
Replies
1
Boosts
0
Views
1.7k
Activity
Sep ’21