Questions tagged [apple-developer-account]

73 questions
0
votes
1 answer

Ionic Macincloud

Edited as I found the solution. It's an Ionic app, which runs completely well on Android. I don't own a Mac, so I'm using Macincloud. Have followed the steps for IOS and can send it, via Dropbox to macincloud and open it (after solving some issues…
0
votes
1 answer

Where is Apple Service ID( Client ID) for Azure B2C?

Does anyone know where to get the Apple service ID ( client ID) to set up Identity Provider of Apple in Azure B2C? Thanks
0
votes
1 answer

Add Apple Developer Account in Visual Studio 2017

I've tried to add an Apple Developer Account in Visual Studio 2017 but when I go Tools/Options/Xamarin/Apple Accounts, the Add button is disabled: Xamarin options I have tried to update but still isn't working (Visual Studio Enterprise 2017…
0
votes
0 answers

Cant publish App Privacy / Before submitting this app for review, an administrator must provide information about the app's privacy

"Before submitting this app for review, an administrator must provide information about the app's privacy practices in the App Privacy section." I cant click the Publish ("Veröffentlichen") Button. I am logged in with the admin account. (For sure, I…
codingManMAx
  • 149
  • 1
  • 4
0
votes
0 answers

Apple developer account membership enrollment problem

I have paid for membership enrollment in apple developer account for months now. I'm unable to upload my app because apple has not proceed my enrollment to the next stage. I have contacted apple several times by mail and phone. No reply and no call.…
0
votes
0 answers

Can't create Provisioning Profile - "No Devices are available" - but under "Devices" it is listed

Why the device can't be used? Please checkout the screenshots: Generate a Provisioning Profile: my device list : I registered the device with the UUID. The macbook belongs to a friend. Can this be the problem?
0
votes
0 answers

Please delete apps signed with your free account from this device to remain under the limit

I built an app on my computer using Xcode(version 12.3) and I want to try running it on my iPhone 8. When I run the Swift(version 5.3.2) code, I get the error: Please delete apps signed with your free account from this device to remain under the…
0
votes
0 answers

how to resolve the invalid expiration date for my profile in developer.apple.com

I'm looking at the following url within the apple developer portal and I can see 'invalid' as the expiration value. https://developer.apple.com/account/resources/profiles/list I assume it means the profile has expired? So, I've clicked around to…
Jack
  • 91
  • 1
  • 10
0
votes
0 answers

What should I prepare for the build and release of the ios app?

I want to build and release app on iOS, what certificates should be required ?
0
votes
0 answers

Can not validate iOS archive for distribution on test flight

I am trying to prepare an iOS app for distribution on test flight (and eventually on the app store). The Apple developer account admin has sent me the .cer file and the .p12 private key (which they just created). I have added both to my…
Scorb
  • 1,918
  • 7
  • 38
  • 81
0
votes
1 answer

CloudKit dashboard access for free developer account added to an existing Individual Apple Developer Program team

I created a new Gmail address for CloudKit testing purposes only, and invited this address to join my team on App Store Connect. I see the new account in the "Developer" part of the Users page. But when I try to add this new user on the container…
0
votes
0 answers

How to build a subscription based iOS app as third party for clients not the end user?

I want to build an eCommerce iOS app. Let's say I enter in an agreement with company ABC who runs a store. I want Company ABC to open its own Apple Developer account. I then upload the app to their account and charge them a monthly fee. There are…
GIJoeCodes
  • 937
  • 1
  • 14
  • 22
0
votes
1 answer

Phase release appstoreconnect iOS

I have few queries if I choose phase release option on App Store Connect: What happen if I pause the current release and submit the new version? Are remaining users which haven't received the current update due to the pause of the release will…
0
votes
2 answers

How to add a developer to my Team in Xcode

I am working on a project with another developer, the app is not on the App Store yet. We are getting Git merge conflicts because our accounts are not on the same development team. I tried adding the developer to the team in the developer portal but…
ShedSports
  • 137
  • 1
  • 8
0
votes
0 answers

flutter: How Do I sign the apple distribution certificates?

I have an app that I have finished and now I wanna deploy it to testflight or appstore, I need a distribution certificate and provisioning profile, However i also know they require signing, I have created both, But since i'm not the one who created…