Search results for

“Apple Maps Guides”

155,921 results found

Post

Replies

Boosts

Views

Activity

Reply to AVContentKeySession does not call delegate for repeated processContentKeyRequest with same identifier
The behavior you're seeing — processContentKeyRequest(withIdentifier:initializationData:options:) silently skipping a repeated call for the same identifier — is not explicitly documented. The SDK header for this method describes it as a way to generate an AVContentKeyRequest from request initialization data already in hand, without awaiting such data during the processing of media data of an associated recipient — but says nothing about what happens on repeated calls for the same identifier. For your use case — proactive offline license renewal when you only have the identifier and no live AVContentKeyRequest — there are two approaches to consider: Revoke the content key, then re-request (iOS 17.4+) If you can target iOS 17.4 or later, AVContentKey.revoke() is likely the best fit. The SDK header states explicitly: Once revoked, the AVContentKey is no longer eligible to be used with any media. If the key is required again, or if the key is requested to be loaded by the application, a new AVContentKeyRequest wi
1w
First-time notarization submissions stuck "In Progress" — two submissions, 15+ hours
This is my first time submitting an app for notarization. Both submissions have been stuck In Progress with no logs available. Body: This is my first time submitting an app for notarization. Both submissions have been stuck In Progress with no logs available. Submission 1: ID: 43ea68c1-5291-42c6-b0e1-3cacab4ca01a Submitted: 2026-04-09T02:05:34Z Status: In Progress (15+ hours) Submission 2: ID: 12ea49a0-64cf-495e-af7e-9aad5aabe30f Submitted: 2026-04-09T17:06:51Z Status: In Progress (1+ hour) Details: Team ID: PWTWN9N25D App: Native macOS SwiftUI app (arm64), ~84 MB zipped Signed with Developer ID Application certificate, Hardened Runtime enabled All embedded helper binaries individually codesigned with Hardened Runtime codesign --verify --deep --strict passes Submitted via xcrun notarytool submit with --keychain-profile notarytool log returns not yet available for both Apple System Status shows all services available
3
0
653
1w
Apple Developer Program payment completed, but enrollment still pending after 7 days
I completed payment for the Apple Developer Program 7 days ago, but my account still shows Pending. The enrollment page still says “Complete your purchase” and shows the Purchase button for the same enrollment. I already contacted Apple Developer Support, but there is still no resolution. Has anyone experienced this and had Apple manually fix or link the payment?
0
0
43
1w
Apple Developer Program paid but not activated — Order AEV3074218
Hello, I purchased the Apple Developer Program membership on March 31, 2026. The payment of $99 was successfully charged and I received the official invoice. However, my account is still not activated. Details: Invoice Number: MC61586466 Sales Order Number: AEV3074218 Web Order Number: D009560110 Purchase Date: 2026-03-31 Amount: $99.00 I have already contacted Apple Support multiple times but received no human response. Could anyone from Apple staff please manually activate my account or advise on next steps? Thank you.
0
0
46
1w
Reply to How does Associated Domains Development works on watchOS?
Thanks @kelin Yeah in Apple Watch there are still a few limitations. There is a good documentation to see the difference and how to test per device: https://developer.apple.com/documentation/xcode/allowing-apps-and-websites-to-link-to-your-content/#Support-universal-links openSystemURL(_:) in watchOS I think you finding the limitations of what app will open. I would recommend to fill an enhancement request for the watch if you want to behave like an iOS device: If you're not familiar with how to file enhancement requests, take a look at Bug Reporting: How and Why? Albert Pascual
  Worldwide Developer Relations.
Topic: App & System Services SubTopic: General Tags:
1w
Reply to MapKit JS 401 Not Authorized (details empty) even with multiple token variants
Receiving the same result. Tokens that were originally working and non-expired suddenly began returning the same as the above. Tokens were all generated from https://developer.apple.com/account/resources/services/maps-tokens with accurate domains. curl 'https://cdn.apple-mapkit.com/ma/bootstrap?apiVersion=2&mkjsVersion=5.81.60&poi=1' -H 'accept: */*' -H 'accept-language: en-US,en;q=0.9' -H 'authorization: Bearer {token]' -H 'origin: {url}' -H 'priority: u=1, i' -H 'referer: {url}' {error:{message:Not Authorized,details:[]}} I additionally have exhausted all options including generating tokens from a p8. By all evaluation it appears to be an issue on Apple's side. I hope this can be resolved soon, as it's been a great inconvenience, especially having recently migrated from OpenStreetMaps to MapkitJS.
1w
Reply to Apple Developer Program enrollment stuck – "We are unable to process your request. An unknown error occurred."
Hi, the Apple Support team, just wanted to let everyone know that I also have an open support case (Case ID: 102861576902) related to this issue. Unfortunately, the system no longer allows me to add comments to it directly, so I just wanted to make sure it's visible here. Hoping it gets picked up soon — thank you all for your patience and support! 🙏
1w
Does CKSyncEngine have to be re-initialized after an account change event?
According to this comment in the sample project on GitHub and this answer by Apple Staff, CKSyncEngine should be re-initialized after signing out or switching accounts so that CKSyncEngine schedules a new fetch on init. But according to my tests, CKSyncEngine will schedule a fetch after having a signed out and signed in again, without me ever having to reset the serialized sync state. The documentation doesn't mentioned anywhere that CKSyncEngine should be re-initialized after an account change. In fact, it states that CKSyncEngine will reset its state internally on account changes. So if that's the case, then I'm very confused as to why the official recommendation is to re-initialize CKSyncEngine after receiving .signOut or .accountSwitch. Can someone please clarify the correct approach here?
1
0
174
1w
Please Active My Account
Hello Apple Developer Support Team, I completed my Apple Developer Program enrollment directly through the Developer app on site https://developer.apple.com . The identity verification and payment were successfully processed. However, when I log in via the web, I still see the message “Complete Your Purchase,” and my enrollment status appears as Pending. The system seems to be asking me to proceed with enrollment again. I applied on April 4, 2026 but still haven't been getting any mail activation back or email ticket, phone call from Apple. Could you please review my account and clarify the current status of my enrollment? Thank you for your assistance.
0
0
24
1w
Reply to My App stuck in "Waiting for Review" two week
Not only you. I currently have 2 app updates still stuck in Waiting for Review, and another app has been sitting there for more than 30 days. I’ve already tried resubmitting, contacting support, and submitting expedited review requests, but nothing has helped. I know Apple probably has a huge number of submissions, but it’s still very frustrating when my apps are stuck for weeks while friends get new apps reviewed in 1–2 days and updates approved within hours. It honestly makes the whole review process feel very unfair and discouraging.
1w
Reply to Tap to Pay on iPhone – question about flow after “Prerequisites”
Step 1: Account Registration and Setup: Creation and validation of the account in the Apple Developer Program. Without an active and regularized account, the process cannot begin. Step 2: Development Entitlement Request: Completion of the Apple form to download the Payment Service Provider (PSP) — in this case, Stripe — and the regions of operation. Step 3: Design and Construction (Development Phase): Technical implementation following the High-Quality Guideline (HIG) and functional requirements. Step 4: Publication Right Request: Audit phase where Apple reviews the workflow recording and delivery to meet the requirements to allow distribution via TestFlight and the App Store. Step 5: Submission and Release: Final App Store review and publication for general availability (GA).
Topic: App & System Services SubTopic: Wallet Tags:
1w
Enrollment Completed on Web Shows “Complete Your Purchase” and Status Pending
Hello Apple Developer Support Team, I completed my Apple Developer Program enrollment directly through the Developer app on site https://developer.apple.com . The identity verification and payment were successfully processed. However, when I log in via the web, I still see the message “Complete Your Purchase,” and my enrollment status appears as Pending. The system seems to be asking me to proceed with enrollment again. I applied on April 2, 2026 but still haven't been getting any mail activation back or email ticket, phone call from Apple. Could you please review my account and clarify the current status of my enrollment? Thank you for your assistance. Kind regards
1
0
61
1w
Reply to Apple Developer Account permanent Termination/Deletion request
If apple community support or developer support is reading this, Please ensure that my request is carried out and my developer account is terminated and that this is escalated to the appropriate teams to process and carry this out. I have already tried contacting developer support through the developer website and choosing the correct categories and no response and case gets close so please make sure that my apple developer account is permanently terminated and deleted.
1w
Reply to AVContentKeySession does not call delegate for repeated processContentKeyRequest with same identifier
The behavior you're seeing — processContentKeyRequest(withIdentifier:initializationData:options:) silently skipping a repeated call for the same identifier — is not explicitly documented. The SDK header for this method describes it as a way to generate an AVContentKeyRequest from request initialization data already in hand, without awaiting such data during the processing of media data of an associated recipient — but says nothing about what happens on repeated calls for the same identifier. For your use case — proactive offline license renewal when you only have the identifier and no live AVContentKeyRequest — there are two approaches to consider: Revoke the content key, then re-request (iOS 17.4+) If you can target iOS 17.4 or later, AVContentKey.revoke() is likely the best fit. The SDK header states explicitly: Once revoked, the AVContentKey is no longer eligible to be used with any media. If the key is required again, or if the key is requested to be loaded by the application, a new AVContentKeyRequest wi
Replies
Boosts
Views
Activity
1w
First-time notarization submissions stuck "In Progress" — two submissions, 15+ hours
This is my first time submitting an app for notarization. Both submissions have been stuck In Progress with no logs available. Body: This is my first time submitting an app for notarization. Both submissions have been stuck In Progress with no logs available. Submission 1: ID: 43ea68c1-5291-42c6-b0e1-3cacab4ca01a Submitted: 2026-04-09T02:05:34Z Status: In Progress (15+ hours) Submission 2: ID: 12ea49a0-64cf-495e-af7e-9aad5aabe30f Submitted: 2026-04-09T17:06:51Z Status: In Progress (1+ hour) Details: Team ID: PWTWN9N25D App: Native macOS SwiftUI app (arm64), ~84 MB zipped Signed with Developer ID Application certificate, Hardened Runtime enabled All embedded helper binaries individually codesigned with Hardened Runtime codesign --verify --deep --strict passes Submitted via xcrun notarytool submit with --keychain-profile notarytool log returns not yet available for both Apple System Status shows all services available
Replies
3
Boosts
0
Views
653
Activity
1w
Apple Developer Program payment completed, but enrollment still pending after 7 days
I completed payment for the Apple Developer Program 7 days ago, but my account still shows Pending. The enrollment page still says “Complete your purchase” and shows the Purchase button for the same enrollment. I already contacted Apple Developer Support, but there is still no resolution. Has anyone experienced this and had Apple manually fix or link the payment?
Replies
0
Boosts
0
Views
43
Activity
1w
Apple Developer Program paid but not activated — Order AEV3074218
Hello, I purchased the Apple Developer Program membership on March 31, 2026. The payment of $99 was successfully charged and I received the official invoice. However, my account is still not activated. Details: Invoice Number: MC61586466 Sales Order Number: AEV3074218 Web Order Number: D009560110 Purchase Date: 2026-03-31 Amount: $99.00 I have already contacted Apple Support multiple times but received no human response. Could anyone from Apple staff please manually activate my account or advise on next steps? Thank you.
Replies
0
Boosts
0
Views
46
Activity
1w
Reply to 26.4 beta and RC versions are unable to be created on anything but 26.4 beta host OS
I just checked on FB22286320 and it seems that you pushed back on this. Thanks. Given that there’s a workaround for the immediate issue, I think your bug report is the right path forward for future improvements. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1w
Reply to How does Associated Domains Development works on watchOS?
Thanks @kelin Yeah in Apple Watch there are still a few limitations. There is a good documentation to see the difference and how to test per device: https://developer.apple.com/documentation/xcode/allowing-apps-and-websites-to-link-to-your-content/#Support-universal-links openSystemURL(_:) in watchOS I think you finding the limitations of what app will open. I would recommend to fill an enhancement request for the watch if you want to behave like an iOS device: If you're not familiar with how to file enhancement requests, take a look at Bug Reporting: How and Why? Albert Pascual
  Worldwide Developer Relations.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to MapKit JS 401 Not Authorized (details empty) even with multiple token variants
Receiving the same result. Tokens that were originally working and non-expired suddenly began returning the same as the above. Tokens were all generated from https://developer.apple.com/account/resources/services/maps-tokens with accurate domains. curl 'https://cdn.apple-mapkit.com/ma/bootstrap?apiVersion=2&mkjsVersion=5.81.60&poi=1' -H 'accept: */*' -H 'accept-language: en-US,en;q=0.9' -H 'authorization: Bearer {token]' -H 'origin: {url}' -H 'priority: u=1, i' -H 'referer: {url}' {error:{message:Not Authorized,details:[]}} I additionally have exhausted all options including generating tokens from a p8. By all evaluation it appears to be an issue on Apple's side. I hope this can be resolved soon, as it's been a great inconvenience, especially having recently migrated from OpenStreetMaps to MapkitJS.
Replies
Boosts
Views
Activity
1w
Reply to Apple Developer Program enrollment stuck – "We are unable to process your request. An unknown error occurred."
Hi, the Apple Support team, just wanted to let everyone know that I also have an open support case (Case ID: 102861576902) related to this issue. Unfortunately, the system no longer allows me to add comments to it directly, so I just wanted to make sure it's visible here. Hoping it gets picked up soon — thank you all for your patience and support! 🙏
Replies
Boosts
Views
Activity
1w
Does CKSyncEngine have to be re-initialized after an account change event?
According to this comment in the sample project on GitHub and this answer by Apple Staff, CKSyncEngine should be re-initialized after signing out or switching accounts so that CKSyncEngine schedules a new fetch on init. But according to my tests, CKSyncEngine will schedule a fetch after having a signed out and signed in again, without me ever having to reset the serialized sync state. The documentation doesn't mentioned anywhere that CKSyncEngine should be re-initialized after an account change. In fact, it states that CKSyncEngine will reset its state internally on account changes. So if that's the case, then I'm very confused as to why the official recommendation is to re-initialize CKSyncEngine after receiving .signOut or .accountSwitch. Can someone please clarify the correct approach here?
Replies
1
Boosts
0
Views
174
Activity
1w
Please Active My Account
Hello Apple Developer Support Team, I completed my Apple Developer Program enrollment directly through the Developer app on site https://developer.apple.com . The identity verification and payment were successfully processed. However, when I log in via the web, I still see the message “Complete Your Purchase,” and my enrollment status appears as Pending. The system seems to be asking me to proceed with enrollment again. I applied on April 4, 2026 but still haven't been getting any mail activation back or email ticket, phone call from Apple. Could you please review my account and clarify the current status of my enrollment? Thank you for your assistance.
Replies
0
Boosts
0
Views
24
Activity
1w
Reply to My App stuck in "Waiting for Review" two week
Not only you. I currently have 2 app updates still stuck in Waiting for Review, and another app has been sitting there for more than 30 days. I’ve already tried resubmitting, contacting support, and submitting expedited review requests, but nothing has helped. I know Apple probably has a huge number of submissions, but it’s still very frustrating when my apps are stuck for weeks while friends get new apps reviewed in 1–2 days and updates approved within hours. It honestly makes the whole review process feel very unfair and discouraging.
Replies
Boosts
Views
Activity
1w
Reply to Tap to Pay on iPhone – question about flow after “Prerequisites”
Step 1: Account Registration and Setup: Creation and validation of the account in the Apple Developer Program. Without an active and regularized account, the process cannot begin. Step 2: Development Entitlement Request: Completion of the Apple form to download the Payment Service Provider (PSP) — in this case, Stripe — and the regions of operation. Step 3: Design and Construction (Development Phase): Technical implementation following the High-Quality Guideline (HIG) and functional requirements. Step 4: Publication Right Request: Audit phase where Apple reviews the workflow recording and delivery to meet the requirements to allow distribution via TestFlight and the App Store. Step 5: Submission and Release: Final App Store review and publication for general availability (GA).
Topic: App & System Services SubTopic: Wallet Tags:
Replies
Boosts
Views
Activity
1w
Paid subscription in app, says cannot make account
Hello, Has anyone else experienced paying through the Apple Developer app, then not being able to access the account? It says I need to register via the website, but it asks me to pay again. I contacted Apple Developer support twice and they have not responded yet. Any help would be great! Switchwings
Replies
0
Boosts
0
Views
118
Activity
1w
Enrollment Completed on Web Shows “Complete Your Purchase” and Status Pending
Hello Apple Developer Support Team, I completed my Apple Developer Program enrollment directly through the Developer app on site https://developer.apple.com . The identity verification and payment were successfully processed. However, when I log in via the web, I still see the message “Complete Your Purchase,” and my enrollment status appears as Pending. The system seems to be asking me to proceed with enrollment again. I applied on April 2, 2026 but still haven't been getting any mail activation back or email ticket, phone call from Apple. Could you please review my account and clarify the current status of my enrollment? Thank you for your assistance. Kind regards
Replies
1
Boosts
0
Views
61
Activity
1w
Reply to Apple Developer Account permanent Termination/Deletion request
If apple community support or developer support is reading this, Please ensure that my request is carried out and my developer account is terminated and that this is escalated to the appropriate teams to process and carry this out. I have already tried contacting developer support through the developer website and choosing the correct categories and no response and case gets close so please make sure that my apple developer account is permanently terminated and deleted.
Replies
Boosts
Views
Activity
1w