Questions tagged [apple-developer-account]

102 questions
1
vote
1 answer

where can I find Provisioning Profiles page in Certificates, Identifiers & Profiles?

I can't find page of Provisioning Profiles from Certificates, Identifiers & Profiles. In googling, they all say " go Provisioning Profiles in Certificates, Identifiers & Profiles" but my Page does'nt have that menu. Do I need to more certification?…
1
vote
2 answers

Invalid certificate (CSR)

I generate .certSigningRequest file via Keychain Access (Keychain Access -> Certificate Assistant -> Request a Certificate From a Certificate Authority..., I fill in my mail and I save it to disk). When I log into Apple developer account and try to…
1
vote
1 answer

Renew Apple Push Services certificate

The Apple Push Services certifcate is about to expire in a few days. To renew the certificate a new certificate has to be requested, and then the current certificate can be rewoked (or left to expire..). The new certificate then has to be uploaded…
1
vote
1 answer

Want to convert the b2b app to regular app

I have developed an iPad App. Now the application is live as B2B app. Now my client wants to convert the app into a regular app or normal app on the app store. how we convert the b2b app to normal app Thanks
Retoqa Retoqa
  • 107
  • 1
  • 8
0
votes
0 answers

Apple Developer Program Individual Enrollment: "Your purchase may take up to 48 hours to process" Status. Is this Normal?

I recently enrolled in the Apple Developer Program as an individual developer. After completing the enrollment steps and payment, I received an email confirming the payment. However, my Apple ID still shows the status as "Your purchase may take up…
Wide Angle Technology
  • 1,184
  • 1
  • 8
  • 28
0
votes
0 answers

I am testing my flutter app on virtual mac os using VMWare but when i try to open a developer app to enroll, it is crashing automatically

Why does the Apple Developer app on my virtual macOS environment, running through VMWare, keep closing automatically when I attempt to open a developer app? I have encountered a crash with the following report. Can anyone provide insights into the…
0
votes
0 answers

Adding Sign in with Apple to capabilities in Xcode

I have a paid Apple developer account which I get the "Sign in with Apple" option when I'm trying add it to the capabilities. But there's another Apple developer account which my client invited me with my email. I want to use that account to add…
Murad
  • 104
  • 1
  • 1
  • 10
0
votes
0 answers

Unable to upload the .ipa file to Test-flight

I've created a pipeline, which build the ipa file and upload it. Here's the command to upload the ipa file to test-flight: upload_to_testflight: stage: upload_to_testflight image: alpine:latest script: -…
0
votes
0 answers

Edit/Create Apple ID using Mobile number

As discussed in the link Use your mobile phone number as your Apple ID that you can use your mobile phone number as your user name in China mainland and India But After creating account when I did edit Apple ID to use Mobile number. Then It can't…
Giru Bhai
  • 14,370
  • 5
  • 46
  • 74
0
votes
0 answers

Run the app ( Published on Apple Store ) on a real devices on different Mac device with the same Apple Account

My account is Apple Developer Enrollment. I'm having an React Native application using firebase and Apple Push Notification service (APNs) and I had release succesfully it on Apple Store. Now, I want build my app (with same bundle identifier ...) on…
Alex
  • 727
  • 1
  • 13
  • 32
0
votes
0 answers

Xcode project setup

I have just purchased my developer account to use CloudKit as well as other Apple APIs. Although there seems to be an issue. When logging into that account in an existing Xcode project, it gives me these erros: Cannot create a iOS App Development…
0
votes
0 answers

Xcode doesn't allow to keep two apple accounts in preferences

I'm using Xcode 14.3.1 and it doesn't allow me to keep two apple accounts in preferences. But it was working before. I've added 2 Apple IDs, let's say acc1 and acc2: Xcode -> Preferences -> Accounts But after few hours, only first account, acc1,…
Mike H
  • 487
  • 2
  • 13
0
votes
0 answers

Xcode fails during build

First time app developer, and really really struggling on the very last step - building the app and sending to the App Store. Built the app in Flutter, using Android Studio. Have been using Xcode to run it on iOS simulator for a while now. But for…
0
votes
0 answers

Xcode : Build Failed

The Xcode failed when trying to build the app. I have two error messages : -Cannot create a iOS App Development provisioning profile for "MY_PROJECT_FILE". Personal development teams, including "MY_NAME", do not support the Push Notifications…
0
votes
0 answers

How to change the signing developer identity for iOS app in Android studio? - Flutter

I am working with flutter and recently I bought an apple developer account to enable some extra features in my app. My problem is that when I am running the app in my iOS device through the android studio, it keeps the old signing identity (free…