Search results for

“Apple Maps Guides”

155,939 results found

Post

Replies

Boosts

Views

Activity

Reply to RealityView content disappears when selecting Lock In Place on visionOS
Hi Michael, As requested, I updated the sample app to use ToggleImmersiveSpaceButton instead of a manual open/close button. I rebuilt the app, distributed it via TestFlight, and reproduced the issue on Apple Vision Pro. The issue still occurs consistently. Attachments: Screen recording demonstrating the issue - TestFlight distributed Build. Sysdiagnose captured after reproduction of the issue. Updated sample project. Steps to reproduce: Archive and upload a build to TestFlight. Install the application via TestFlight. Tap Show Immersive Space. Lock the window. Tap Hide Immersive Space. Tap Show Immersive Space. The red cube is missing and even immersive space and window disappears for a brief moment and then appears. Device: Apple Vision Pro visionOS 26.0 Xcode: Version 26.3
Topic: Spatial Computing SubTopic: General Tags:
1w
Reply to swift: Calling "/usr/bin/defaults" returns no data
[quote='820277021, Great_Om, /thread/820277, /profile/Great_Om'] Since it was not possible using the UserDefaults class [/quote] What’s not possible? Reading a user default from a specific domain, like com.apple.Finder? You are correct that UserDefaults can’t do that, but running the defaults tool is not the best alternative. Rather, use CFPreferences. For example: import Foundation func main() { guard let obj = CFPreferencesCopyAppValue(ShowHardDrivesOnDesktop as NSString, com.apple.Finder as NSString), CFGetTypeID(obj) == CFBooleanGetTypeID(), let showHardDrivesOnDesktop = obj as? Bool else { fatalError() } print(showHardDrivesOnDesktop) } main() WARNING Unless otherwise documented, system preferences like this are an implementation detail. It might be OK to use them in a limited scope — like in a managed environment where you control all the copies of the code — but you should not rely on implementation details in a product that you deploy widely. The code above won’t work if your app is sandboxed. Then ag
Topic: App & System Services SubTopic: General Tags:
1w
Unable to Complete Apple Developer Registration – No Clear Reason Provided
Subject: Unable to Complete Apple Developer Registration – No Clear Reason Provided Hello, I am currently trying to register for an Apple Developer account, but I keep receiving the following response: We are unable to process your enrollment for one or more reasons. I contacted support to ask for the specific reason, but the reply I received was exactly the same message: We are unable to process your enrollment for one or more reasons. According to the emails and support responses, I am unable to get any clear explanation or solution. The app directs me to contact customer service, but customer service only repeats the same message, which makes it impossible to resolve the issue. At this point, I personally cannot think of any possible reason that would cause this problem. Even after reaching out multiple times, including to senior support staff, I still receive the same generic response without any details. This situation feels completely blocked with no way forward. I would like to ask: I
0
0
27
1w
Reply to xcrun -v notarytool -> rc = 69
Error code 69 is EX_UNAVAILABLE, which isn’t something I’d expect from notarytool. Are you sure you’re not hitting an xcrun problem? What does this report: % xcrun -f notarytool /Applications/Xcode.app/Contents/Developer/usr/bin/notarytool Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Notarization Tags:
1w
App Transfer Completed but Extension App IDs Missing and Cannot Be Recreated
Hello, We recently transferred our iOS app to a new Apple Developer account, and we are experiencing an issue that is currently blocking our release. The transfer of the main app appears to have completed successfully: The app is visible in App Store Connect under the recipient account The main bundle ID is available However, the App IDs for our extensions are missing from the recipient account in Certificates, Identifiers & Profiles. Affected bundle identifiers: com.finanfut.finanfut.NotificationService com.finanfut.finanfut.NotificationContentExtension The issue is: These App IDs do NOT appear in the recipient account We are NOT able to create them manually Apple returns: “The app identifier is not available” As a result: Xcode cannot generate provisioning profiles We get errors like: No profiles for 'com.finanfut.finanfut.NotificationContentExtension' were found We are blocked from archiving and distributing the app It seems that the App IDs are still reserved in Apple's back
2
0
49
1w
Official visionOS sample "Creating an interactive 3D model in visionOS" fails to restore/show the car model when relaunched from Home
Environment: Device: Apple Vision Pro visionOS: 26.3.1 Xcode: 26.2 (17C52) Sample: Creating an interactive 3D model in visionOS Repro steps: Build and run the official sample from Xcode Confirm the car model displays correctly Quit the app Relaunch the app from Home Observe that the official car model no longer appears / fails to restore correctly Expected: The official car model should display normally after relaunching from Home Actual: The sample works when launched from Xcode, but fails when relaunched from Home
1
0
32
1w
Apple Developer Program Enrollment Still Pending (Paid on March 20)
Hi everyone, I recently enrolled in the Apple Developer Program and completed my payment on Friday, March 20, 2026. However, my account is still showing as pending and hasn't been approved or activated yet. I'm really eager to get my personal finance app, set up for testing, so I wanted to ask if this processing time is normal, or if there is any additional information or document I need to provide to complete the process. Could anyone from the Apple team assist in checking the status of my enrollment? Thank you in advance for your help
4
0
104
1w
Cannot receive 2FA code after registered email was deleted – locked out of Developer account
My Apple Developer account was registered with a company Gmail address that has since been permanently deleted. Now when I try to log in, I reach the 2FA step but the verification code is no longer sent to my registered phone number. I am completely locked out. Has anyone experienced this or knows how to contact Apple to recover access?
0
0
36
1w
Cannot receive 2FA code after registered email was deleted – locked out of Developer account
My Apple Developer account was registered with a company Gmail address that has since been permanently deleted. Now when I try to log in, I reach the 2FA step but the verification code is no longer sent to my registered phone number. I am completely locked out. Has anyone experienced this or knows how to contact Apple to recover access?
0
0
32
1w
Week 7 of Pending Enrollment
I will keep posting this every week because I simply cannot wait anymore. 7 weeks of waiting is way too much. To me, it is absolute madness in 2026 to wait for months, especially when my passport/ID was successfully verified back in week 1 or 2. To make matters worse, I can't even call the support hotline because the phone option is unavailable and the email assistants only reply with the same automated templates. P.S. If by some miracle Apple Support reads this post or rather, this cry from the soul - and actually wants to help, I have already created two support tickets. Here are the case numbers: 20000109972460 20000109363371
1
0
76
1w
Real world anchors
I’m trying to build a persistent world map of my college campus using ARKit, but it’s not very reliable. Anchors don’t consistently appear in the same place across sessions. I’ve tried using image anchors, but they didn’t improve accuracy much. How can I create a stable world map for a larger area and reliably relocalize anchors? Are there better approaches or recommended resources for this?
0
0
24
1w
Reply to App Review Issue
@AJAS_M_M My app, which was stuck in Apple's review process as mentioned. After that my App rejected multiple times due to the complex login procedure of my app requiring additional further explanation. However, it was finally approved on February 18, 2026. Regarding Apple's comment on January 26th: Thank you for your post. We're investigating and will contact you in App Store Connect to provide further assistance. If you continue to experience issues during review, please contact us. I actually followed the link provided there and requested an expedited app review by navigating to contact us > Get help with a new issue > App Review > request an expedited app review. Based on my experience, I believe this is the only thing we can do on our end in such situations. I hope your review process concludes successfully as well.
1w
Reply to RealityView content disappears when selecting Lock In Place on visionOS
Hi Michael, As requested, I updated the sample app to use ToggleImmersiveSpaceButton instead of a manual open/close button. I rebuilt the app, distributed it via TestFlight, and reproduced the issue on Apple Vision Pro. The issue still occurs consistently. Attachments: Screen recording demonstrating the issue - TestFlight distributed Build. Sysdiagnose captured after reproduction of the issue. Updated sample project. Steps to reproduce: Archive and upload a build to TestFlight. Install the application via TestFlight. Tap Show Immersive Space. Lock the window. Tap Hide Immersive Space. Tap Show Immersive Space. The red cube is missing and even immersive space and window disappears for a brief moment and then appears. Device: Apple Vision Pro visionOS 26.0 Xcode: Version 26.3
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to swift: Calling "/usr/bin/defaults" returns no data
[quote='820277021, Great_Om, /thread/820277, /profile/Great_Om'] Since it was not possible using the UserDefaults class [/quote] What’s not possible? Reading a user default from a specific domain, like com.apple.Finder? You are correct that UserDefaults can’t do that, but running the defaults tool is not the best alternative. Rather, use CFPreferences. For example: import Foundation func main() { guard let obj = CFPreferencesCopyAppValue(ShowHardDrivesOnDesktop as NSString, com.apple.Finder as NSString), CFGetTypeID(obj) == CFBooleanGetTypeID(), let showHardDrivesOnDesktop = obj as? Bool else { fatalError() } print(showHardDrivesOnDesktop) } main() WARNING Unless otherwise documented, system preferences like this are an implementation detail. It might be OK to use them in a limited scope — like in a managed environment where you control all the copies of the code — but you should not rely on implementation details in a product that you deploy widely. The code above won’t work if your app is sandboxed. Then ag
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Unable to Complete Apple Developer Registration – No Clear Reason Provided
Subject: Unable to Complete Apple Developer Registration – No Clear Reason Provided Hello, I am currently trying to register for an Apple Developer account, but I keep receiving the following response: We are unable to process your enrollment for one or more reasons. I contacted support to ask for the specific reason, but the reply I received was exactly the same message: We are unable to process your enrollment for one or more reasons. According to the emails and support responses, I am unable to get any clear explanation or solution. The app directs me to contact customer service, but customer service only repeats the same message, which makes it impossible to resolve the issue. At this point, I personally cannot think of any possible reason that would cause this problem. Even after reaching out multiple times, including to senior support staff, I still receive the same generic response without any details. This situation feels completely blocked with no way forward. I would like to ask: I
Replies
0
Boosts
0
Views
27
Activity
1w
Reply to AI framework usage without user session
You are definitely breaking new ground here, so I’m gonna to do some research and get back to you. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to xcrun -v notarytool -> rc = 69
Error code 69 is EX_UNAVAILABLE, which isn’t something I’d expect from notarytool. Are you sure you’re not hitting an xcrun problem? What does this report: % xcrun -f notarytool /Applications/Xcode.app/Contents/Developer/usr/bin/notarytool Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
1w
App Transfer Completed but Extension App IDs Missing and Cannot Be Recreated
Hello, We recently transferred our iOS app to a new Apple Developer account, and we are experiencing an issue that is currently blocking our release. The transfer of the main app appears to have completed successfully: The app is visible in App Store Connect under the recipient account The main bundle ID is available However, the App IDs for our extensions are missing from the recipient account in Certificates, Identifiers & Profiles. Affected bundle identifiers: com.finanfut.finanfut.NotificationService com.finanfut.finanfut.NotificationContentExtension The issue is: These App IDs do NOT appear in the recipient account We are NOT able to create them manually Apple returns: “The app identifier is not available” As a result: Xcode cannot generate provisioning profiles We get errors like: No profiles for 'com.finanfut.finanfut.NotificationContentExtension' were found We are blocked from archiving and distributing the app It seems that the App IDs are still reserved in Apple's back
Replies
2
Boosts
0
Views
49
Activity
1w
Official visionOS sample "Creating an interactive 3D model in visionOS" fails to restore/show the car model when relaunched from Home
Environment: Device: Apple Vision Pro visionOS: 26.3.1 Xcode: 26.2 (17C52) Sample: Creating an interactive 3D model in visionOS Repro steps: Build and run the official sample from Xcode Confirm the car model displays correctly Quit the app Relaunch the app from Home Observe that the official car model no longer appears / fails to restore correctly Expected: The official car model should display normally after relaunching from Home Actual: The sample works when launched from Xcode, but fails when relaunched from Home
Replies
1
Boosts
0
Views
32
Activity
1w
Apple Developer Program Enrollment Still Pending (Paid on March 20)
Hi everyone, I recently enrolled in the Apple Developer Program and completed my payment on Friday, March 20, 2026. However, my account is still showing as pending and hasn't been approved or activated yet. I'm really eager to get my personal finance app, set up for testing, so I wanted to ask if this processing time is normal, or if there is any additional information or document I need to provide to complete the process. Could anyone from the Apple team assist in checking the status of my enrollment? Thank you in advance for your help
Replies
4
Boosts
0
Views
104
Activity
1w
Reply to Apple Pay In-App Provisioning - error when adding a card
Dear Support, We would greatly appreciate your assistance with the error received in Apple Pay In-App Provisioning process, as described in FB22280049. Thank you.
Replies
Boosts
Views
Activity
1w
Cannot receive 2FA code after registered email was deleted – locked out of Developer account
My Apple Developer account was registered with a company Gmail address that has since been permanently deleted. Now when I try to log in, I reach the 2FA step but the verification code is no longer sent to my registered phone number. I am completely locked out. Has anyone experienced this or knows how to contact Apple to recover access?
Replies
0
Boosts
0
Views
36
Activity
1w
Cannot receive 2FA code after registered email was deleted – locked out of Developer account
My Apple Developer account was registered with a company Gmail address that has since been permanently deleted. Now when I try to log in, I reach the 2FA step but the verification code is no longer sent to my registered phone number. I am completely locked out. Has anyone experienced this or knows how to contact Apple to recover access?
Replies
0
Boosts
0
Views
32
Activity
1w
Week 7 of Pending Enrollment
I will keep posting this every week because I simply cannot wait anymore. 7 weeks of waiting is way too much. To me, it is absolute madness in 2026 to wait for months, especially when my passport/ID was successfully verified back in week 1 or 2. To make matters worse, I can't even call the support hotline because the phone option is unavailable and the email assistants only reply with the same automated templates. P.S. If by some miracle Apple Support reads this post or rather, this cry from the soul - and actually wants to help, I have already created two support tickets. Here are the case numbers: 20000109972460 20000109363371
Replies
1
Boosts
0
Views
76
Activity
1w
Real world anchors
I’m trying to build a persistent world map of my college campus using ARKit, but it’s not very reliable. Anchors don’t consistently appear in the same place across sessions. I’ve tried using image anchors, but they didn’t improve accuracy much. How can I create a stable world map for a larger area and reliably relocalize anchors? Are there better approaches or recommended resources for this?
Replies
0
Boosts
0
Views
24
Activity
1w
App flgged by apple for paid version clarification
Currently I have an app which is completely free for all the users, I might have future versions where I will introduce paid version, where I will surely use Apple IAP and Revenue CAT. How should I clarify this to App store? Should I tell only what I am doing today, or also tell what I will do in future and keep Apple IAP in my conversation?
Replies
0
Boosts
0
Views
28
Activity
1w
Reply to App Review Issue
@AJAS_M_M My app, which was stuck in Apple's review process as mentioned. After that my App rejected multiple times due to the complex login procedure of my app requiring additional further explanation. However, it was finally approved on February 18, 2026. Regarding Apple's comment on January 26th: Thank you for your post. We're investigating and will contact you in App Store Connect to provide further assistance. If you continue to experience issues during review, please contact us. I actually followed the link provided there and requested an expedited app review by navigating to contact us > Get help with a new issue > App Review > request an expedited app review. Based on my experience, I believe this is the only thing we can do on our end in such situations. I hope your review process concludes successfully as well.
Replies
Boosts
Views
Activity
1w