Search results for

“Apple Maps Guides”

155,927 results found

Post

Replies

Boosts

Views

Activity

Testing apple pay on web in a sandbox environment ran into problems
Environment: Apple sandbox environment Test card number: 4622 9431 2318 9343 Phone models: iPhone 17 Pro Max, iPhone 16 Pro ios version: 26.3.1(a) Problem Description: After biometric verification passed, the Apple-provided JS method onpaymentauthorized was not called. Instead, the session.oncancel method was triggered directly. session.completeMerchantValidation(session): { epochTimestamp: 1774586541529, expiresAt: 1774590141529, merchantSessionIdentifier: 'SSH172FFE4410DA4F4E9C52E66AD440E472_A0E617ED4A56A343E07C6E1255BD4098423B3A8E1243236462D07B14B4A0F7C3', nonce: 'db797548', merchantIdentifier: '8D78418145EFBC98571CE62A98832FC4286A5F465FA1B0570919E156E901D33F', domainName: 'bifrost.lianlianpay-inc.com', displayName: '', signature: '308006092a864886f70d010702a0803080020101310d300b0609608648016503040201308006092a864886f70d0107010000a080308203e330820388a003020102020816634c8b0e305717300a06082a8648ce3d040302307a312e302c06035504030c254170706c65204170706c69636174696f6e20496e746567726174696f6e204
1
0
71
1w
Apple Developer Account permanent Termination/Deletion request
I am requesting full deletion and termination of my apple developer account and all data and revocation of the Apple Developer Agreement. I am revoking Apple Developer Agreement. This should be irreversible. I have already tried to contact apple developer support few times and the request just gets ignored and closed. The developer account is associated with my Apple ID that I am on forums with. Thanks.
10
0
241
1w
MapKit JS 401 Not Authorized (details empty) even with multiple token variants
Hi everyone, I’m troubleshooting a persistent MapKit JS auth issue and would appreciate any advice. I have: Active Apple Developer account/team Maps configuration created and linked Active Maps-enabled signing key Domain-restricted token setup I tested multiple JWT variants: with origin without origin (basic example style) with and without exp exact domain and wildcard domain variants I also tested using a minimal/basic MapKit JS integration and still got the same result. Bootstrap request: `curl -s --compressed -D - 'https://cdn.apple-mapkit.com/ma/bootstrap?apiVersion=2&mkjsVersion=5.81.60&poi=1' -H 'Authorization: Bearer ' -H 'Origin: https://' -H 'Referer: https:///...' Result is always:` HTTP 401 {error:{message:Not Authorized,details:[]}} Important detail: mapkit.core.js loads successfully (HTTP 200) failure happens only on bootstrap auth Has anyone seen this exact behavior with empty details and found what was wrong? Any checklist for hidden misconfiguration point
3
0
204
1w
Program enrollment
Hi everyone, I enrolled in the Apple Developer Program on April 2, and it has now been a week, but my account is still showing as pending. I already sent an email to Apple Support about it, but I still have not received any update. I was wondering if anyone else has had the same issue. Did this happen to anyone here, and how long did it take for your enrollment to go through? I hope it gets fixed soon. Thanks.
0
0
21
1w
Reply to Using mTLS with YubiKey via USB-C and PIV
OK, you’re definitely on the right path here. [quote='883659022, RobJones, /thread/821896?answerId=883659022#883659022, /profile/RobJones'] it works ONLY WITH my enterprise provisioning profile. [/quote] Interesting. I didn’t expect to see a difference between team types here, because Developer Account Help > Reference > Supported capabilities (iOS) says that Keychain Sharing is available for all three team. However, I tested this and discovered a discrepancy. Specifically, I created a test project with two app targets: Individual, signed by the Individual team I use for testing (SKMME9E2Y8) PersonalTeam, signed by the Personal Team I use for testing (SKMME9E2Y8) Note Personal Team is the term that Xcode uses for Apple’s free provisioning feature. It corresponds to the Apple Developer column in the table I referenced earlier. In contrast, an Individual team is covered by the ADP column. I then added the Keychain Sharing capability to both, built them for the device, and then dumped the
Topic: Privacy & Security SubTopic: General Tags:
1w
ASAuthorizationProviderExtensionAuthorizationRequest caller identity behind ASWebAuthenticationSession
Can a macOS Platform SSO extension reliably identify the original app behind a Safari or ASWebAuthenticationSession-mediated request, or does ASAuthorizationProviderExtensionAuthorizationRequest only expose the immediate caller such as Safari ? We are seeing: callerBundleIdentifier = com.apple.Safari callerTeamIdentifier = Apple audit-token-based validation also resolves to Safari So the question is whether this is the expected trust model, and if so, what Apple-recommended mechanism should be used to restrict SSO participation to approved apps when the flow is browser-mediated.
0
0
69
1w
InvalidProviderToken for all APNs keys — Team ID QJLCAXKWMB
I am getting InvalidProviderToken for every APNs key I create under my team. This has persisted for over a week across 3 different fresh keys. Setup: Team ID: QJLCAXKWMB Bundle ID: com.trackntakeit.app All keys: Team Scoped, All Topics, Sandbox & Production JWT: ES256, correct kid and iss fields Tested directly from Mac via curl with fresh tokens The key file is a valid EC 256-bit private key. JWT is correctly formed. Both production and sandbox endpoints return InvalidProviderToken. Case number with Apple Developer Support: 102857626802 Has anyone seen all APNs keys for an entire team being rejected? Could there be an account-level block on APNs?
1
0
101
1w
Reply to How to add icon and thumbnail image for a Screensaver ?
[quote='883691022, akadeepsh, /thread/806641?answerId=883691022#883691022, /profile/akadeepsh'] isn't there any way to add a thumbnail to replace the blue swirl galaxy? [/quote] (Negative question. Tricky!) AFAIK there’s no supported way to replace the default thumbnail. [quote='883691022, akadeepsh, /thread/806641?answerId=883691022#883691022, /profile/akadeepsh'] I haven't signed any screensaver before so i have no idea. [/quote] I presume you’re distributing it directly? If so, you’ll need to use Developer ID signing. I have a couple of key points about that: Developer ID signing identities are precious, so you need to manage them carefully. See The Care and Feeding of Developer ID. If you’re using Xcode, be aware that the organiser can only export apps. If your distribute a standalone screen saver — rather than, say, nesting it within an app — then you’ll need to manually export and re-sign the screen saver from your Xcode archive. For more on how to do that, see Creating distribution-signed code for macO
Topic: App & System Services SubTopic: General Tags:
1w
Reply to Calling SecKeychainUnlock with a locked keychain and an invalid password returns errSecSuccess on macOS 26.4
So, yeah, this is pretty much what I suspected yesterday. The behaviour you’re seeing is fallout from a wider change (r. 154872815). It’s part of a security hardened effort, and thus there’s no easy ‘undo’ option. [quote='821894021, oleksandr91, /thread/821894, /profile/oleksandr91'] what I really need is the ability to keep the keychain password in sync with the user password when the latter is changed by our program. [/quote] I’d like to get a better handle on this: Is this part of some sort of identity provider product? From what context are you changing the user’s password? From a GUI app? Or in the background? And what API are you using to do that? And how does confirming the login keychain password help with that process? Presumably that means you also need to change the login keychain password. How are you doing that? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Privacy & Security SubTopic: General Tags:
1w
Reply to Provisioning profiles marked "Ineligible" for Contactless Pass Provisioning even though entitlement is present in profile
IMPORTANT There’s updated advice in this reply (i. 101537572, r. 174902737). Wow, that escalated quickly. When I replied earlier I thought that this was something specific to sergej_swiftlane’s situation. However, this is clearly affecting a wide range of folks. A colleague of mine uncovered a third-party developer bug about this (FB22439399) [1] and we’re escalating that internally. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] It may even be from one of you (-:
1w
Reply to Background UDP receive for lighting control (Art-Net/sACN)
Thanks for bringing this to the forums. Lemme start out by linking to iOS Background Execution Limits. You’ve probably already seen it, but it sets the stage (hey hey) for other folks following this thread. There are two parts to this: What’s technically possible? What will be accepted by App Review? I can’t addresse the second part. I don’t work for App Review and thus can’t speak on their behalf. My general advice is that you consult their published guidelines and, if you still have questions, contact them directly. With that out of the way, let’s return to the technical stuff. I want to start by recapping some of the points from TN2277 Networking and Multitasking: Networking works fine in the background as long as your app doesn’t get suspended. If your app does get suspended, normal networking will just stop. For things to continue, you need some sort of special affordance, the canonical example of that being a URLSession background session. There’s no special affordance for UDP. So, your question is equi
1w
Can't register Apple Developer Account - stuck for 2.5 months
I set up a single-member LLC through Firstbase.io. My colleague obtained a DUNS number using the Certificate of Incorporation and EIN Verification Letter provided by Firstbase. Once we had the DUNS, I applied for an Apple Developer Account (Enrollment ID: 54AML988C5). I used my personal MacBook that I've had for years, but had to create a new Apple ID since I already have a personal Apple developer account that's been active for 8+ years. Documents I submitted with the enrollment: My passport EIN Verification Letter (with my name on it) Certificate of Incorporation A month later I received a rejection: We're unable to proceed with your enrollment in the Apple Developer Program at this time. You can still take advantage of great content using your Apple Account to develop and test apps on your own device. Support doesn't respond to messages. The Request a call button on developer.apple.com/support literally does nothing — clicking it has no effect. I contacted D&
5
0
345
1w
Testing apple pay on web in a sandbox environment ran into problems
Environment: Apple sandbox environment Test card number: 4622 9431 2318 9343 Phone models: iPhone 17 Pro Max, iPhone 16 Pro ios version: 26.3.1(a) Problem Description: After biometric verification passed, the Apple-provided JS method onpaymentauthorized was not called. Instead, the session.oncancel method was triggered directly. session.completeMerchantValidation(session): { epochTimestamp: 1774586541529, expiresAt: 1774590141529, merchantSessionIdentifier: 'SSH172FFE4410DA4F4E9C52E66AD440E472_A0E617ED4A56A343E07C6E1255BD4098423B3A8E1243236462D07B14B4A0F7C3', nonce: 'db797548', merchantIdentifier: '8D78418145EFBC98571CE62A98832FC4286A5F465FA1B0570919E156E901D33F', domainName: 'bifrost.lianlianpay-inc.com', displayName: '', signature: '308006092a864886f70d010702a0803080020101310d300b0609608648016503040201308006092a864886f70d0107010000a080308203e330820388a003020102020816634c8b0e305717300a06082a8648ce3d040302307a312e302c06035504030c254170706c65204170706c69636174696f6e20496e746567726174696f6e204
Replies
1
Boosts
0
Views
71
Activity
1w
Apple Developer Account permanent Termination/Deletion request
I am requesting full deletion and termination of my apple developer account and all data and revocation of the Apple Developer Agreement. I am revoking Apple Developer Agreement. This should be irreversible. I have already tried to contact apple developer support few times and the request just gets ignored and closed. The developer account is associated with my Apple ID that I am on forums with. Thanks.
Replies
10
Boosts
0
Views
241
Activity
1w
MapKit JS 401 Not Authorized (details empty) even with multiple token variants
Hi everyone, I’m troubleshooting a persistent MapKit JS auth issue and would appreciate any advice. I have: Active Apple Developer account/team Maps configuration created and linked Active Maps-enabled signing key Domain-restricted token setup I tested multiple JWT variants: with origin without origin (basic example style) with and without exp exact domain and wildcard domain variants I also tested using a minimal/basic MapKit JS integration and still got the same result. Bootstrap request: `curl -s --compressed -D - 'https://cdn.apple-mapkit.com/ma/bootstrap?apiVersion=2&mkjsVersion=5.81.60&poi=1' -H 'Authorization: Bearer ' -H 'Origin: https://' -H 'Referer: https:///...' Result is always:` HTTP 401 {error:{message:Not Authorized,details:[]}} Important detail: mapkit.core.js loads successfully (HTTP 200) failure happens only on bootstrap auth Has anyone seen this exact behavior with empty details and found what was wrong? Any checklist for hidden misconfiguration point
Replies
3
Boosts
0
Views
204
Activity
1w
Program enrollment
Hi everyone, I enrolled in the Apple Developer Program on April 2, and it has now been a week, but my account is still showing as pending. I already sent an email to Apple Support about it, but I still have not received any update. I was wondering if anyone else has had the same issue. Did this happen to anyone here, and how long did it take for your enrollment to go through? I hope it gets fixed soon. Thanks.
Replies
0
Boosts
0
Views
21
Activity
1w
Reply to Can't register Apple Developer Account - stuck for 2.5 months
My current Apple Developer account status as displayed at developer.apple.com/account
Replies
Boosts
Views
Activity
1w
Reply to Using mTLS with YubiKey via USB-C and PIV
OK, you’re definitely on the right path here. [quote='883659022, RobJones, /thread/821896?answerId=883659022#883659022, /profile/RobJones'] it works ONLY WITH my enterprise provisioning profile. [/quote] Interesting. I didn’t expect to see a difference between team types here, because Developer Account Help > Reference > Supported capabilities (iOS) says that Keychain Sharing is available for all three team. However, I tested this and discovered a discrepancy. Specifically, I created a test project with two app targets: Individual, signed by the Individual team I use for testing (SKMME9E2Y8) PersonalTeam, signed by the Personal Team I use for testing (SKMME9E2Y8) Note Personal Team is the term that Xcode uses for Apple’s free provisioning feature. It corresponds to the Apple Developer column in the table I referenced earlier. In contrast, an Individual team is covered by the ADP column. I then added the Keychain Sharing capability to both, built them for the device, and then dumped the
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
ASAuthorizationProviderExtensionAuthorizationRequest caller identity behind ASWebAuthenticationSession
Can a macOS Platform SSO extension reliably identify the original app behind a Safari or ASWebAuthenticationSession-mediated request, or does ASAuthorizationProviderExtensionAuthorizationRequest only expose the immediate caller such as Safari ? We are seeing: callerBundleIdentifier = com.apple.Safari callerTeamIdentifier = Apple audit-token-based validation also resolves to Safari So the question is whether this is the expected trust model, and if so, what Apple-recommended mechanism should be used to restrict SSO participation to approved apps when the flow is browser-mediated.
Replies
0
Boosts
0
Views
69
Activity
1w
InvalidProviderToken for all APNs keys — Team ID QJLCAXKWMB
I am getting InvalidProviderToken for every APNs key I create under my team. This has persisted for over a week across 3 different fresh keys. Setup: Team ID: QJLCAXKWMB Bundle ID: com.trackntakeit.app All keys: Team Scoped, All Topics, Sandbox & Production JWT: ES256, correct kid and iss fields Tested directly from Mac via curl with fresh tokens The key file is a valid EC 256-bit private key. JWT is correctly formed. Both production and sandbox endpoints return InvalidProviderToken. Case number with Apple Developer Support: 102857626802 Has anyone seen all APNs keys for an entire team being rejected? Could there be an account-level block on APNs?
Replies
1
Boosts
0
Views
101
Activity
1w
Reply to How does Associated Domains Development works on watchOS?
Thanks, Apple. A thing to note: I tried to test my links through Notes, that works on iOS but not on watchOS. On watch only Mail and Messages do work!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to How to add icon and thumbnail image for a Screensaver ?
[quote='883691022, akadeepsh, /thread/806641?answerId=883691022#883691022, /profile/akadeepsh'] isn't there any way to add a thumbnail to replace the blue swirl galaxy? [/quote] (Negative question. Tricky!) AFAIK there’s no supported way to replace the default thumbnail. [quote='883691022, akadeepsh, /thread/806641?answerId=883691022#883691022, /profile/akadeepsh'] I haven't signed any screensaver before so i have no idea. [/quote] I presume you’re distributing it directly? If so, you’ll need to use Developer ID signing. I have a couple of key points about that: Developer ID signing identities are precious, so you need to manage them carefully. See The Care and Feeding of Developer ID. If you’re using Xcode, be aware that the organiser can only export apps. If your distribute a standalone screen saver — rather than, say, nesting it within an app — then you’ll need to manually export and re-sign the screen saver from your Xcode archive. For more on how to do that, see Creating distribution-signed code for macO
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to Calling SecKeychainUnlock with a locked keychain and an invalid password returns errSecSuccess on macOS 26.4
So, yeah, this is pretty much what I suspected yesterday. The behaviour you’re seeing is fallout from a wider change (r. 154872815). It’s part of a security hardened effort, and thus there’s no easy ‘undo’ option. [quote='821894021, oleksandr91, /thread/821894, /profile/oleksandr91'] what I really need is the ability to keep the keychain password in sync with the user password when the latter is changed by our program. [/quote] I’d like to get a better handle on this: Is this part of some sort of identity provider product? From what context are you changing the user’s password? From a GUI app? Or in the background? And what API are you using to do that? And how does confirming the login keychain password help with that process? Presumably that means you also need to change the login keychain password. How are you doing that? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to Official One-Click Local LLM Deployment for 2019 Mac Pro (7,1) Dual W6900X
If your goal is inference, Apple Silicon with unified memory sidesteps these driver issues entirely. I've been loading 30B+ models via MLX on an M2 Pro — no PCIe bottleneck, no VRAM split, no driver compatibility fights. Might be worth comparing the cost of a Mac Studio vs the time spent debugging ROCm on the 2019 Pro.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to Provisioning profiles marked "Ineligible" for Contactless Pass Provisioning even though entitlement is present in profile
IMPORTANT There’s updated advice in this reply (i. 101537572, r. 174902737). Wow, that escalated quickly. When I replied earlier I thought that this was something specific to sergej_swiftlane’s situation. However, this is clearly affecting a wide range of folks. A colleague of mine uncovered a third-party developer bug about this (FB22439399) [1] and we’re escalating that internally. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] It may even be from one of you (-:
Replies
Boosts
Views
Activity
1w
Reply to Background UDP receive for lighting control (Art-Net/sACN)
Thanks for bringing this to the forums. Lemme start out by linking to iOS Background Execution Limits. You’ve probably already seen it, but it sets the stage (hey hey) for other folks following this thread. There are two parts to this: What’s technically possible? What will be accepted by App Review? I can’t addresse the second part. I don’t work for App Review and thus can’t speak on their behalf. My general advice is that you consult their published guidelines and, if you still have questions, contact them directly. With that out of the way, let’s return to the technical stuff. I want to start by recapping some of the points from TN2277 Networking and Multitasking: Networking works fine in the background as long as your app doesn’t get suspended. If your app does get suspended, normal networking will just stop. For things to continue, you need some sort of special affordance, the canonical example of that being a URLSession background session. There’s no special affordance for UDP. So, your question is equi
Replies
Boosts
Views
Activity
1w
Can't register Apple Developer Account - stuck for 2.5 months
I set up a single-member LLC through Firstbase.io. My colleague obtained a DUNS number using the Certificate of Incorporation and EIN Verification Letter provided by Firstbase. Once we had the DUNS, I applied for an Apple Developer Account (Enrollment ID: 54AML988C5). I used my personal MacBook that I've had for years, but had to create a new Apple ID since I already have a personal Apple developer account that's been active for 8+ years. Documents I submitted with the enrollment: My passport EIN Verification Letter (with my name on it) Certificate of Incorporation A month later I received a rejection: We're unable to proceed with your enrollment in the Apple Developer Program at this time. You can still take advantage of great content using your Apple Account to develop and test apps on your own device. Support doesn't respond to messages. The Request a call button on developer.apple.com/support literally does nothing — clicking it has no effect. I contacted D&
Replies
5
Boosts
0
Views
345
Activity
1w