Setup for: App Store Connect, TestFlight, Distribution, Certificates, Identifiers & Provisioning Profiles CloudKit Dashboard, Advanced App Capabilities
Questions tagged [apple-developer]
364 questions
3
votes
1 answer
Jarsigner : sign standalone jar with Developer ID certificate
While I can use Developer ID certificates from Apple to sign .app and .dmg, I'm wondering if there is way to use it to sign the standalone jar version (click & run), and also a couple of eclipse plugins (jars).
I sign the jars with Comodo Cert and…

josephino
- 360
- 4
- 21
3
votes
2 answers
NSData gives me an error in version 9.0
Given below is my function written in swift this code works fine in 10.0 version of iPhone but gives an error in 9.0 saying
CFURLCopyResourcePropertyForKey failed because it was passed an URL
which has no scheme Failed to load: The file
…

nikhil
- 616
- 8
- 22
2
votes
1 answer
ios TestFlight - Invitation link not arrived
I am trying to invite a colleague of mine to test an ios flutter app with TestFlight but he keeps not getting them.
I have been following the official documentation and all the possible forums on the subject (on stack overflow and the official…

federico__
- 169
- 2
- 9
2
votes
2 answers
fastlane "Your session has expired. Please log in."
When using fastlane match I get the error "Your session has expired. Please log in."
The app_store_connect_api_key seems fine and does not expire normally. WHat is this problem about?

Kevin Kreps
- 560
- 6
- 18
2
votes
1 answer
Using Apple MDM, I can't get ByPass Activation Code
Is it possible to create Bypass Code for macOS 10.15+ devices without DEP? The machine is on macOS 10.15.7. The enrollment is a self-installed MDM profile.
I prefer to get the ByPass Code with the help of Apple MDM.
Note, when I upgraded the macOS…

acl
- 21
- 1
2
votes
1 answer
Apple pay certificate requires revalidating domain every few months
We have a domain with Let's encrypt certificates which are renewed every three months. However every time the certificate is near its expiry (today is 11th July, the certificate expires 21st July), I am receiving an email from Apple:
Apple…

Vojtěch
- 11,312
- 31
- 103
- 173
2
votes
1 answer
How do I configure my app for iPhone only
I have built an app that I would like to put in the app store. The app is intended to run only on iPhone, not on iPad or iPod touch. However, I have heard about other iPhone only apps being rejected by Apple because they don't run correctly on iPad.…

jptr21824
- 63
- 1
- 5
2
votes
0 answers
App rejected due to UIRequiredDeviceCapabilities key
I just developed an iOS app which is used WebView features by Flutter framework and after several submitting to upload it into App Store, it was rejected due to Accurate Metadata which the reviewer mentioned UIRequiredDeviceCapabilities key is set…

Mr Developer
- 23
- 5
2
votes
0 answers
Can't get Apple to review my in-app purchases
I am unable to get the Apple Review team to look at my in-app purchases.
I have an already published app with some IAPs. I'm trying to add a few new ones now.
I've uploaded a new binary and submitted that to review along with the in-app…

chnski
- 557
- 1
- 4
- 20
2
votes
1 answer
Distribution Managed Expiration?
Currently my Distribution Managed expires . Now the question that I have is do I need to revoked it and then create a new one? Im a bit confused because I cannot find that specific Certificate under the create a new certificates. So what do I need…

Michael m.
- 161
- 1
- 3
- 13
2
votes
1 answer
xcodebuild archive keeps trying to use "Development Certificate" even if I specify an "AdHoc Distribution" provisioning profile
I have been trying to build iOS app from command line (on Mac Machine) using xcodebuild command.
Here's the command I am using to export the archive:
xcodebuild -project "Path/BuildOutput/XCode/Unity-iPhone.xcodeproj" -scheme "Unity-iPhone" archive…

cr001
- 655
- 4
- 16
2
votes
0 answers
App Center iOS build unable to verify integrity
I'm working on a Xamarin application and I'm doing iOS builds to run and test on different devices using App Center.
Everything was ok, on Apple Developer I created the Ad-Hoc certificate, the provisioning file, and the identifier and it was all…

Andrea Gavioli
- 21
- 2
2
votes
1 answer
Apple Merchant Identity Cert not accepting ECC 256 Certificate Signing Request (CSR)?
When trying to create a CSR for a Merchant Identity Certificate in Apple Pay Dev console i get the following error:
CSR algorithm/size incorrect. Expected: RSA(2048)
This used to accept an ECC 256 CSR - has that changed?

JazziJeff
- 721
- 4
- 17
- 35
2
votes
1 answer
Will modifying app capabilities invalidate any provisioning profiles that include this App ID?
I have an enterprise app already in use. And I need to add some capabilities for it. If I save the edit of the capabilities list, a popup appears:
Modify App Capabilities Adding or removing any capabilities will invalidate any provisioning profiles…

CCm199
- 21
- 2
2
votes
0 answers
Is there way to upload Intel and M1 both build combined together on Appstore?
I am on working electron and I have created M1 build but the case is here like our app is already developed with native code and uploaded on Appstore. we have re-written whole app in electron to support cross-platform so I don't want to touch a…

Hardik Kothari
- 1,686
- 1
- 15
- 29