Questions tagged [apple-developer-account]

102 questions
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

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,654
  • 13
  • 70
  • 144
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

ITMS-90683: Missing Purpose String in Info.plist (NSCalendarsUsageDescription)

hello im software developer in small local company. And our programmer developed the mobile application that's for user base. And once he is not good to read english so I'm trying to publish his app. And as I'm very new to this industry and have…
0
votes
0 answers

ItunesConnect - Your account will soon need to be migrated to federated auth

I am getting this message when I log into my itunesconnect account, does anyone know what this means? When I click on learn more I am redirected to this page:
Taoufik
  • 482
  • 5
  • 13
0
votes
1 answer

How to add "Sign In with Apple" functionality in iOS using Xcode

I have Apple's enterprise account. I wanted to add "Sign In with Apple" capability for my, but there's no option to add that capability from apple developer console. I cannot add that capability neither from Xcode nor Apple's certificate generate…
0
votes
1 answer

iOS bundle identifier on multiple accounts

I am starting a new iOS project for a third party and need to use their specified bundle ID as it also links with a third party API that will likely check the bundleID. I don’t currently have access to their developer account. I am worried that if I…
Darren
  • 10,182
  • 20
  • 95
  • 162
0
votes
1 answer

I get warning that "Invalid Code Signing Entitlements" with Apple Distribution Profile

I have an app which is on AppStore. It is signed as ios distrubution. After a while my certificates are expired on apple developer account. I revoked these and created again. And I started seeing two certificates (iOS Distribution and Distribution).…
0
votes
1 answer

Bundle ID not listed App store connect new app list (Xcode 11.4.1)

I have created a developer account for two weeks, and now I want to submit my first App. However, when I click new app, the bundle ID list does NOT show the project I would like to submit, but It do show some projects I used to practice. I have look…
Yi-An
  • 93
  • 10
0
votes
1 answer

Unable to Install iOS Debug App on iPhone

I am working on the development of an iOS application. There is a new phone that I would like to install and test this application on it. In order to be able to install and run the debug ipa on the new iPhone, I registered the Device ID (UDID) of…
Hodaut96
  • 93
  • 1
  • 9
0
votes
1 answer

How to keep older apps for customers, not for Enterprise for both iOS and Android

My requirement is to Keep older versions of our products which is Mobile apps and server, so same mobile app version is compatible with same server version. The solution is easy for Server but on other hand both store(App store and Playstore) only…
Aleem
  • 3,173
  • 5
  • 33
  • 71
0
votes
1 answer

Reseting device list on Apple Developer account

I want to add a new device UDDID to the developer device list. It is showing the reset option. What will happen if I click the reset button? Will I lose all the devices connected to the list? Will this affect any apps or certificate or profile…
Vettiyanakan
  • 7,957
  • 6
  • 37
  • 55
0
votes
1 answer

What is a right way to generate the Certificates while using FCM

I am amazed to see that When ever I am creating Certificates "Apple Push Notification service SSL (Production & Development)" it is not shown in Profiles Things are very much changed on Developer portal And after bashing my head many times (deleting…
0
votes
0 answers

In DUNS number lookup its shows organisation list but that's not my

I am new to swift and I am trying to register my organisation to apple store for that I need DUNS number. But it shows some organisation in list but that's not my and it is not giving me any option to register new one. Did somebody face this…
Mujtaba
  • 97
  • 1
  • 7
0
votes
1 answer

How to Create Certificate Signing Request on Windows 10 For Apple

Operating System of My Computer is Windows 10. And I am coding with React Native. I want to Create Certificate Signing Request for download Certificate in Apple Developer System . How can I create in Windows . I try to; #openssl genrsa -out…