Apple Developer Program

RSS for tag

Create and deliver software for users around the world on Apple platforms using the the tools, resources, and support included with Apple Developer Program membership.

Apple Developer Program Documentation

Posts under Apple Developer Program subtopic

Post

Replies

Boosts

Views

Activity

I completed the enrollment for my company in 2024
Hi! I completed the enrollment for my company on April 22, 2024. And since then we have successfully placed our application in the Store and continue to work on it. On March 27, 2025, I needed to renew my participation in the Apple Developer Program and I did it successfully - I received a confirmation letter from you. However, later I discovered that my order was canceled and now, when I go to developer.applе.com, I am offered to go through the enrollment procedure! I'm confused! It is not clear what to do in such a situation?! I will be grateful for any help!
0
0
96
May ’25
Push Notifications for Apple Wallet Passes (PassKit) — Why don't notifications arrive despite successful APNs responses?
Hi everyone, I'm working on integrating push notifications for Apple Wallet passes (loyalty cards) with a custom Pass Type Identifier. I've set up the Pass Type ID and APNs certificates in the Apple Developer portal. My backend sends push notifications via APNs with the topic set to the Pass Type ID. APNs responses indicate success (HTTP 200), but the notifications do not appear on devices. Device tokens are valid and properly stored. The pass JSON includes webServiceURL and authenticationToken. Has anyone encountered this issue or can share insights on: Common misconfigurations that prevent push notifications from being delivered to Wallet passes? Additional steps or configurations required in the Apple Developer account or in the pass JSON? Ways to debug or log APNs push notifications specifically for passes? Restrictions or limitations of Wallet pass notifications? Thanks in advance for your help!
0
0
81
Jun ’25
Help! Free to paid dev account
I’m very new to mobile app development but not new to application development in general. I’m close to completing my first app and really excited to get things moving along and then hit a major roadblock and am at my wits end with this. I currently have a free account and have been testing on my own phone. I’m ready to move to TestFlight so went to enroll in the paid program and it just says can’t do so at this time. I sent support an email and they said it’s because they can’t identify me. I called and they told me the same thing and that there is literally nothing that can be done. I tried to create a new Apple ID and figured I’d just use it for the dev work I want to do but I can’t even create a new ID. I did have Family Sharing setup with myself as the organize and removed myself from that to ensure nothing was preventing identification. Still nothing. I can’t possibly be the only one that has gone through this. Frustrated is an understatement and getting this app out was really going to be such a big deal for me. So disappointed. Any suggestions?
0
0
81
May ’25
Assistance with Capturing WebView Snapshot in Broadcast Upload Extension Without Adding to View Hierarchy
Hello, I am currently developing a game streaming application using ReplayKit and Broadcast Upload Extension. I would like to ask for your assistance regarding capturing snapshots of a WKWebView in the upload extension without adding it to a visible view hierarchy. From my understanding, calling takeSnapshot(with:) on a WKWebView that is not added to the view hierarchy generally works for simple web pages. However, when it comes to more complex web content — such as animations or WebGL — the snapshot returns a blank or static image. I believe this is because rendering such content requires access to the GPU, which is not fully available when the web view is off-screen. That said, I’ve observed that certain apps are able to capture live animated web content inside their broadcast upload extensions, even when the main app is terminated. This suggests that the snapshot is not being generated by the main app or from a remote server — especially since the network activity confirms the content is served locally (via localhost or local IP). Given this, I believe there must be a way to achieve GPU-accelerated rendering for WKWebView directly within the upload extension context, without attaching it to the app's UI. I would greatly appreciate any guidance, APIs, or recommended techniques that could help me achieve this behavior correctly and within system limitations. Thank you in advance for your support. I look forward to your advice. Warm regards,
0
0
108
Jun ’25
Enrollment not processing
I already enrolled and paid for the developer program but on the main developer page it still says "Join the Apple Developer Program" with a button to "Enroll Today" but when I click on it, it redirects me to a page that says "Sorry, you can’t enroll at this time. Your Apple Account is already associated with the Account Holder of a membership." I tried to speak to apple support about it at least a dozen times and they give me no reasonings or anything as to what the issue is and why I'm not able to get past this error. Every time I ask them for any update or an estimate on when I will even get an update, they just say they can't provide any information.
0
0
112
Jun ’25
ModifyPromo 409: State Error
When calling modifypromo, I keep getting this error: error: HTTP status code 409, body { "errors" : [ { "id" : "7aeb5c20-576d-4500-ad65-525d298d2093", "status" : "409", "code" : "STATE_ERROR", "title" : "The request cannot be fulfilled because of the state of another resource.", "detail" : "Cannot invoke "com.apple.its.pricing.api.model.Country.countryCodeISO2A()" because the return value of "com.apple.its.pricing.api.model.offers.AdHocOfferProduct.country()" is null" } ] } My request is: Where id is the encrypted values needed { "data": { "attributes": {}, "relationships": { "prices": { "data": [ { "id": "id", "type": "subscriptionPromotionalOfferPrices" } ] } }, "type": "subscriptionPromotionalOffers", "id": "id" }, "included": [ { "attributes": {}, "id": "subscriptionPromotionalOfferPrices", "relationships": { "subscriptionPricePoint": { "data": { "id": "id", "type": "subscriptionPricePoints" } }, "territory": { "data": { "id": "USA", "type": "territories" } } } } ] }
2
0
125
Apr ’25
Issue when apps are not available
Hi anybody else experiencing or have experienced issues to renew membership? My company's app is no longer available in the app store for the users to download and update. If someone can help me it would be greatly appreciated as I have reached out a few times to apple and after a few days the issue still exists, affecting my job and company operations. Below are the issues we are facing if anybody knows how to solve it: Account was deprecated We managed to access the developer website, also the appstoreconnect website, but so far all apps are not yet available in the store. Thank you for any help.
0
0
46
Jun ’25
WeatherKit - conditionCode rules
Hello, We’re using the Apple WeatherKit API in our application and would like to better understand how the conditionCode field is determined in the hourly data. In particular, we have encountered cases where both rain and strong winds occurred within the same hour, but the conditionCode returned was related to wind (e.g. windy), even though rain was present and more relevant to our use case. Could you please clarify: What is the logic or prioritization used by WeatherKit when selecting the conditionCode for an hourly period that includes multiple weather events? Is rain ever prioritized over wind in this field? If so, under what conditions? Since precipitation has more impact for our analyses and decision-making than wind, understanding how this field is computed is important for us. Thank you in advance for your help. Best regards,
0
0
165
Aug ’25
Developer Account Creation Taking Over a Month - No Response from Apple Support
I've been trying to create my Apple Developer account for over a month with absolutely no response from Apple. I've even resubmitted my application, but still nothing. My situation: Applied over 20 days ago Resubmitted application once Zero communication from Apple No status updates or timeline provided This complete lack of feedback is extremely frustrating and unprofessional. Other platforms process developer registrations in days, not months, and actually communicate with applicants. Has anyone experienced similar delays? How long did it take for your account to be approved? I'm seriously considering switching to other platforms due to this poor experience. Apple's silence is unacceptable for a company of this size. Any advice would be appreciated.
0
0
189
Jun ’25
Confirmation on the Use of MDM Vendor CSR Certificates in On-Premises MDM Solutions
We are developing an MDM solution. In addition to the cloud-based version, we are also developing an on-premises version of the MDM solution for organizations such as government agencies and other entities for whom using public cloud services is difficult. In such cases, regarding the "MDM vendor CSR certificate" to be included in the on-premises package: Would it be acceptable to use a certificate owned by our company (the MDM vendor)? Or would it be necessary for the client organization to prepare a new certificate themselves?
0
0
84
Jun ’25
IOS提交的APP,在注册账号时,是不允许收集身份证号等之类的信息吗?
我们提交的APP,始终无法通过审核; Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage Issue Description The app requires users to provide personal information that is not directly relevant to the app's core functionality. Apps should only require users to provide information that is necessary for the app to function. If information is useful for a non-essential feature, apps may request the information but make it optional. Examples of app concepts and inappropriate required information: A general shopping app that requires the user's marital status A rideshare app that requires the user's gender Next Steps Update the app to not require users to provide the following personal information: National ID number Age Gender Resources 是不允许在注册阶段收集身份证号吗?
1
0
74
Jun ’25
Can't Enroll in Developer Program from Bangladesh
I'm a developer from Bangladesh and want to join the Apple Developer Program. I created my Apple ID with the US region, but I can’t provide valid US billing info. How can I pay using my Bangladeshi card and billing address to enroll in the program?
Replies
1
Boosts
0
Views
124
Activity
May ’25
Paid for an Apple Developer membership, but can only sign 3 apps and restricted to 7 day certificates
I paid for an Apple Developer membership, but can only sign 3 apps and restricted to 7 day certificates. I don't even seem to have a way to verify if I am in fact enrolled in the developer program despite being charged for it
Replies
0
Boosts
0
Views
108
Activity
Apr ’25
I completed the enrollment for my company in 2024
Hi! I completed the enrollment for my company on April 22, 2024. And since then we have successfully placed our application in the Store and continue to work on it. On March 27, 2025, I needed to renew my participation in the Apple Developer Program and I did it successfully - I received a confirmation letter from you. However, later I discovered that my order was canceled and now, when I go to developer.applе.com, I am offered to go through the enrollment procedure! I'm confused! It is not clear what to do in such a situation?! I will be grateful for any help!
Replies
0
Boosts
0
Views
96
Activity
May ’25
Does anyone know why I can't enroll for Apple Dev. Program?
Does anyone know why I can't enroll for Apple Dev. Program? It says: 'Your enrollment could not be completed.' 'Your enrollment in the Apple Developer Program could not be completed at this time.'
Replies
2
Boosts
0
Views
200
Activity
Jul ’25
Enterprise Account does not show "Sign in with Apple" capability
I am trying to create an AppId to support Sign in with Apple from my web app. This capability is not availability. An AI query suggests that this is not supported with an Enterprise account, though I cannot find any links/information to support this. Is this a known issue?
Replies
0
Boosts
0
Views
65
Activity
May ’25
Push Notifications for Apple Wallet Passes (PassKit) — Why don't notifications arrive despite successful APNs responses?
Hi everyone, I'm working on integrating push notifications for Apple Wallet passes (loyalty cards) with a custom Pass Type Identifier. I've set up the Pass Type ID and APNs certificates in the Apple Developer portal. My backend sends push notifications via APNs with the topic set to the Pass Type ID. APNs responses indicate success (HTTP 200), but the notifications do not appear on devices. Device tokens are valid and properly stored. The pass JSON includes webServiceURL and authenticationToken. Has anyone encountered this issue or can share insights on: Common misconfigurations that prevent push notifications from being delivered to Wallet passes? Additional steps or configurations required in the Apple Developer account or in the pass JSON? Ways to debug or log APNs push notifications specifically for passes? Restrictions or limitations of Wallet pass notifications? Thanks in advance for your help!
Replies
0
Boosts
0
Views
81
Activity
Jun ’25
Help! Free to paid dev account
I’m very new to mobile app development but not new to application development in general. I’m close to completing my first app and really excited to get things moving along and then hit a major roadblock and am at my wits end with this. I currently have a free account and have been testing on my own phone. I’m ready to move to TestFlight so went to enroll in the paid program and it just says can’t do so at this time. I sent support an email and they said it’s because they can’t identify me. I called and they told me the same thing and that there is literally nothing that can be done. I tried to create a new Apple ID and figured I’d just use it for the dev work I want to do but I can’t even create a new ID. I did have Family Sharing setup with myself as the organize and removed myself from that to ensure nothing was preventing identification. Still nothing. I can’t possibly be the only one that has gone through this. Frustrated is an understatement and getting this app out was really going to be such a big deal for me. So disappointed. Any suggestions?
Replies
0
Boosts
0
Views
81
Activity
May ’25
APP ID Configuration
I am trying to add some more capabilities to my app in the apple developer website. I checked the Notification option and hit save but whenever i refresh the option is left unchecked. I checked console logs and whenever i try saving I get an error.
Replies
0
Boosts
0
Views
75
Activity
Aug ’25
Paid for apple developer membership and it didn’t count
I didn’t get any follow up email from apple and the app is asking me to pay again for the membership even though you can see the active subscription
Replies
0
Boosts
0
Views
117
Activity
Jun ’25
Enroll Issue
We are unable to process your request. An unknown error occurred.
Replies
0
Boosts
0
Views
124
Activity
Jul ’25
Assistance with Capturing WebView Snapshot in Broadcast Upload Extension Without Adding to View Hierarchy
Hello, I am currently developing a game streaming application using ReplayKit and Broadcast Upload Extension. I would like to ask for your assistance regarding capturing snapshots of a WKWebView in the upload extension without adding it to a visible view hierarchy. From my understanding, calling takeSnapshot(with:) on a WKWebView that is not added to the view hierarchy generally works for simple web pages. However, when it comes to more complex web content — such as animations or WebGL — the snapshot returns a blank or static image. I believe this is because rendering such content requires access to the GPU, which is not fully available when the web view is off-screen. That said, I’ve observed that certain apps are able to capture live animated web content inside their broadcast upload extensions, even when the main app is terminated. This suggests that the snapshot is not being generated by the main app or from a remote server — especially since the network activity confirms the content is served locally (via localhost or local IP). Given this, I believe there must be a way to achieve GPU-accelerated rendering for WKWebView directly within the upload extension context, without attaching it to the app's UI. I would greatly appreciate any guidance, APIs, or recommended techniques that could help me achieve this behavior correctly and within system limitations. Thank you in advance for your support. I look forward to your advice. Warm regards,
Replies
0
Boosts
0
Views
108
Activity
Jun ’25
Stuck in Apple Developer Agreement
Hi All im stuck in trying to go through an apple developer agreement , everytime i try to do so it gives me , you have already agreed to the apple developer agreement , continue to account keeps bringing up the same preview
Replies
1
Boosts
0
Views
69
Activity
Aug ’25
Enrollment not processing
I already enrolled and paid for the developer program but on the main developer page it still says "Join the Apple Developer Program" with a button to "Enroll Today" but when I click on it, it redirects me to a page that says "Sorry, you can’t enroll at this time. Your Apple Account is already associated with the Account Holder of a membership." I tried to speak to apple support about it at least a dozen times and they give me no reasonings or anything as to what the issue is and why I'm not able to get past this error. Every time I ask them for any update or an estimate on when I will even get an update, they just say they can't provide any information.
Replies
0
Boosts
0
Views
112
Activity
Jun ’25
ModifyPromo 409: State Error
When calling modifypromo, I keep getting this error: error: HTTP status code 409, body { "errors" : [ { "id" : "7aeb5c20-576d-4500-ad65-525d298d2093", "status" : "409", "code" : "STATE_ERROR", "title" : "The request cannot be fulfilled because of the state of another resource.", "detail" : "Cannot invoke "com.apple.its.pricing.api.model.Country.countryCodeISO2A()" because the return value of "com.apple.its.pricing.api.model.offers.AdHocOfferProduct.country()" is null" } ] } My request is: Where id is the encrypted values needed { "data": { "attributes": {}, "relationships": { "prices": { "data": [ { "id": "id", "type": "subscriptionPromotionalOfferPrices" } ] } }, "type": "subscriptionPromotionalOffers", "id": "id" }, "included": [ { "attributes": {}, "id": "subscriptionPromotionalOfferPrices", "relationships": { "subscriptionPricePoint": { "data": { "id": "id", "type": "subscriptionPricePoints" } }, "territory": { "data": { "id": "USA", "type": "territories" } } } } ] }
Replies
2
Boosts
0
Views
125
Activity
Apr ’25
Issue when apps are not available
Hi anybody else experiencing or have experienced issues to renew membership? My company's app is no longer available in the app store for the users to download and update. If someone can help me it would be greatly appreciated as I have reached out a few times to apple and after a few days the issue still exists, affecting my job and company operations. Below are the issues we are facing if anybody knows how to solve it: Account was deprecated We managed to access the developer website, also the appstoreconnect website, but so far all apps are not yet available in the store. Thank you for any help.
Replies
0
Boosts
0
Views
46
Activity
Jun ’25
WeatherKit - conditionCode rules
Hello, We’re using the Apple WeatherKit API in our application and would like to better understand how the conditionCode field is determined in the hourly data. In particular, we have encountered cases where both rain and strong winds occurred within the same hour, but the conditionCode returned was related to wind (e.g. windy), even though rain was present and more relevant to our use case. Could you please clarify: What is the logic or prioritization used by WeatherKit when selecting the conditionCode for an hourly period that includes multiple weather events? Is rain ever prioritized over wind in this field? If so, under what conditions? Since precipitation has more impact for our analyses and decision-making than wind, understanding how this field is computed is important for us. Thank you in advance for your help. Best regards,
Replies
0
Boosts
0
Views
165
Activity
Aug ’25
Developer Account Creation Taking Over a Month - No Response from Apple Support
I've been trying to create my Apple Developer account for over a month with absolutely no response from Apple. I've even resubmitted my application, but still nothing. My situation: Applied over 20 days ago Resubmitted application once Zero communication from Apple No status updates or timeline provided This complete lack of feedback is extremely frustrating and unprofessional. Other platforms process developer registrations in days, not months, and actually communicate with applicants. Has anyone experienced similar delays? How long did it take for your account to be approved? I'm seriously considering switching to other platforms due to this poor experience. Apple's silence is unacceptable for a company of this size. Any advice would be appreciated.
Replies
0
Boosts
0
Views
189
Activity
Jun ’25
Confirmation on the Use of MDM Vendor CSR Certificates in On-Premises MDM Solutions
We are developing an MDM solution. In addition to the cloud-based version, we are also developing an on-premises version of the MDM solution for organizations such as government agencies and other entities for whom using public cloud services is difficult. In such cases, regarding the "MDM vendor CSR certificate" to be included in the on-premises package: Would it be acceptable to use a certificate owned by our company (the MDM vendor)? Or would it be necessary for the client organization to prepare a new certificate themselves?
Replies
0
Boosts
0
Views
84
Activity
Jun ’25
IOS提交的APP,在注册账号时,是不允许收集身份证号等之类的信息吗?
我们提交的APP,始终无法通过审核; Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage Issue Description The app requires users to provide personal information that is not directly relevant to the app's core functionality. Apps should only require users to provide information that is necessary for the app to function. If information is useful for a non-essential feature, apps may request the information but make it optional. Examples of app concepts and inappropriate required information: A general shopping app that requires the user's marital status A rideshare app that requires the user's gender Next Steps Update the app to not require users to provide the following personal information: National ID number Age Gender Resources 是不允许在注册阶段收集身份证号吗?
Replies
1
Boosts
0
Views
74
Activity
Jun ’25
İphon X iOS 18 almıyor beta
iPhone X model telefonum iOS 18 güncellemesi gelmedi Beta programlarıda calışmıyor yardımcı olurmusunuz
Replies
1
Boosts
0
Views
290
Activity
Jun ’25