Search results for

“Apple Maps Guides”

155,799 results found

Post

Replies

Boosts

Views

Activity

Xcode 26.4 Debug Schema is not building.
Hello People, I am using Xcode 26.4 macOS 26.4. We have got the Contactless Pass Entitlements from Apple. But when i am trying to build my application it is throwing error in Debug Schema but the same is working for Release Schema . I am attaching the supporting image for reference. Can anyone please help me with this ?
0
0
53
5d
Reply to On-Demand Resources with Initial Install Tags Are Frequently Unavailable at First Launch
[quote='884102022, StonedStudio, /thread/820986?answerId=884102022#884102022, /profile/StonedStudio'] I've seen BackgroundAssets also Simi-reguarly not install firstInstallation asset packs as well [/quote] In that the issue you’re talking about in this thread? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: General Tags:
5d
Developer Program Enrollment
Trying to enroll in developer program in Korea. Foreigner resident with a visa and Korean Alien Registration Card and Korean Driver’s license, however, I am unable to complete verification as it doesn’t accept my passport (Canadian) or my Korean issued ID cards. Tried both the mobile app and through the web with no luck. Tried changing my Apple ID name to all caps etc. Now the app says I am ineligible to enroll through the app. I have a support ticket in but it seems like CS takes forever to respond. Any other avenues to contact support or resolve this? Thank you!
0
0
50
5d
Reply to The Swift Programming Language Book
[quote='823571022, DTS Engineer, /thread/773605?answerId=823571022#823571022'] The good news is that TSPL is open source, so you can get involved. [/quote] It looks like someone took that to to heart because, thanks to a volunteer effort [1], there’s a new book version of TSPL. See this thread on Swift Forums. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] As noted at the top of the thread: This project is not published by, endorsed by, or affiliated with Apple Inc. or the Swift.org open source project.
5d
Reply to On iPad with Swift Playgrounds: How to open chapter as a playground?
[quote='881054022, DTS Engineer, /thread/820017?answerId=881054022#881054022'] The [book version] of The Swift Programming Language (TSPL) you’re working from … is very old. [/quote] FYI, there’s a new book version of TSPL, thanks to a volunteer effort [1]. See this thread on Swift Forums. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] As noted at the top of the thread: This project is not published by, endorsed by, or affiliated with Apple Inc. or the Swift.org open source project.
Topic: Programming Languages SubTopic: Swift Tags:
5d
Does using HIDVirtualDevice rule out Mac App Store distribution?
Hi, I’m looking for clarification from folks familiar with CoreHID rather than App Review, as the guys there have not responded to my post (https://developer.apple.com/forums/thread/820676) We have a sandboxed macOS app that creates a virtual HID device (HIDVirtualDevice) as described in Creating virtual devices https://developer.apple.com/documentation/corehid/creatingvirtualdevices To work at all, the app requires the entitlement: com.apple.developer.hid.virtual.device With this entitlement present, macOS shows the system prompt requesting Accessibility permission App would like to control this computer using accessibility features. Grant access to this application in Security and Privacy preferences located in System Preferences. when HIDVirtualDevice(properties:) is called. There is no mention of Accessibility in the HIDVirtualDevice documentation, but the behavior is reproducible and seems unavoidable. My question is therefore: Is creating a virtual HID device from userspace via HIDVirtualDevice consider
6
0
114
5d
Waiting to get accepted for my business developer account
I’ve been waiting to get my business developer account approved and it is taking a long time. Is Apple just really backed up right now? It is actually taking longer for me to get approval than actually building the app. 🤣 I still can’t get into App Store Connect because of this. So I’m really hindered with progress until this is resolved.
0
0
26
5d
Keychain errSecItemNotFound
Hello Apple Developer: I encountered some issues during development. I encrypted the secret key and stored it in the Keychain, but it failed when I tried to read it. I would like to ask if there is any problem with the code I wrote. Below is my code, including the storage and retrieval NSMutableDictionary *query = [[NSMutableDictionary alloc] initWithObjectsAndKeys:(id)kSecClassGenericPassword,(id)kSecClass, serviceID,(id)kSecAttrService, @YES,(id)kSecReturnData,nil]; CFTypeRef dataTypeRef = NULL; NSLog(@SecItemCopyMatching); OSStatus status = SecItemCopyMatching((__bridge CFDictionaryRef)(query), &dataTypeRef); NSLog(@SecItemCopyMatching end status = %d,status); if (status == errSecSuccess) { *privateData = CFBridgingRelease(dataTypeRef); return 0; }else{ return status; } NSMutableDictionary *attributespri = [[NSMutableDictionary alloc] initWithObjectsAndKeys: (id)kSecClassGenericPassword, (id)kSecClass, serviceID, (id)kSecAttrService, outData, (id)kSecValueData, nil]; CFTypeRef dataRef = NULL;
6
0
332
5d
Custom Pricing and Features for Non-Renewing Subscriptions
I hope you are doing well. I am reaching out to inquire about a few aspects of implementing non-renewing subscriptions in our app. Firstly, we have encountered a limitation in App Store Connect where the maximum price tier available for non-renewing subscriptions in Euros is €1199. However, our product is priced at €1799. Could anyone please advise how we can handle this scenario? Is there a way to request custom pricing beyond the available tiers, or is there an alternative approach you would recommend? Additionally, we would like clarification on the following: Promo Codes: Are promo codes supported for each non-renewing subscription product? If so, how can we configure and distribute them? Installment Payments: Is it possible to enable installment-based payments for non-renewing subscriptions? If yes, could you guide us on how to set this up or if there are any prerequisites?
1
0
277
5d
Reply to Unable to install Dev App via Firebase
Update: We installed a build from a month or so ago and this has now unlocked both phones to be able to use newer builds. While triaging we noticed that although the devices were registered in Firebase already they were being seen as new devices. The only thing we can think of as being the issue is that the Apple Developer agreement when the apps that broke the devices were built had not been accepted. This meant we were unable to add/remove devices, change profiles etc. This has led us to believe it invalidated the profile during that time and by installing the app it somehow broke how the devices were validated until we accepted the agreement and installed a previously known good app. Nothing else changed during the time period that this occurred. Anyway hope this might help someone else who ends up in this state
5d
iOS 26.4 regression: The `.pauses` audiovisual background playback policy does not pause video playback anymore when backgrounding the app
Starting with iOS 26.4 and the iOS 26.4 SDK, the .pauses audiovisual background playback policy is not correctly applied anymore to an AVPlayer having an attached video layer displayed on screen. This means that, when backgrounding a video-playing app (without Picture in Picture support) or locking the device, playback is not paused automatically by the system anymore. This issue affects the Apple TV application as well. We have filed FB22488151 with more information.
0
0
99
5d
TestFlight Installation Fails for All Apps in Account (“App Not Available” Error)
Hello, I’m experiencing a serious issue with TestFlight. I correctly set up internal testing: • Added testers via email • Assigned builds • Everything shows as “Ready to Test” However, when trying to install via TestFlight, I get: “App Name couldn’t be installed” “The requested app is not available or doesn’t exist” ⚠️ Important note: This issue is NOT limited to a single app. It happens across all apps in my account. So it does not seem to be app-specific. What I’ve already checked: • Agreements, Tax, and Banking are completed • App Privacy is fully filled • Builds are successfully uploaded and selected • I am correctly added as an internal tester • Tried logging out/in of TestFlight • Reinstalled the app and TestFlight I contacted Apple Developer Support twice but received no response. Has anyone experienced this issue affecting multiple apps? Any help or guidance would be greatly appreciated. ⸻ Additional technical details: • Developer Account Apple ID: yilmaz34muhammed(at)icloud.com • Ap
0
0
45
5d
Reply to Navigation bar flickers when pushing to a different screen
Let’s focus this discussion in your other thread. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
5d
Xcode 26.4 Debug Schema is not building.
Hello People, I am using Xcode 26.4 macOS 26.4. We have got the Contactless Pass Entitlements from Apple. But when i am trying to build my application it is throwing error in Debug Schema but the same is working for Release Schema . I am attaching the supporting image for reference. Can anyone please help me with this ?
Replies
0
Boosts
0
Views
53
Activity
5d
Reply to Increased StoreKit errors “Unable to Complete Request”
Please file a feedback assistant ticket with whatever info/trend you have noticed (e.g. geo and iOS version breakdown) and the Apple ID of your app. Thank you
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
5d
Reply to On-Demand Resources with Initial Install Tags Are Frequently Unavailable at First Launch
[quote='884102022, StonedStudio, /thread/820986?answerId=884102022#884102022, /profile/StonedStudio'] I've seen BackgroundAssets also Simi-reguarly not install firstInstallation asset packs as well [/quote] In that the issue you’re talking about in this thread? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
5d
Developer Program Enrollment
Trying to enroll in developer program in Korea. Foreigner resident with a visa and Korean Alien Registration Card and Korean Driver’s license, however, I am unable to complete verification as it doesn’t accept my passport (Canadian) or my Korean issued ID cards. Tried both the mobile app and through the web with no luck. Tried changing my Apple ID name to all caps etc. Now the app says I am ineligible to enroll through the app. I have a support ticket in but it seems like CS takes forever to respond. Any other avenues to contact support or resolve this? Thank you!
Replies
0
Boosts
0
Views
50
Activity
5d
Reply to The Swift Programming Language Book
[quote='823571022, DTS Engineer, /thread/773605?answerId=823571022#823571022'] The good news is that TSPL is open source, so you can get involved. [/quote] It looks like someone took that to to heart because, thanks to a volunteer effort [1], there’s a new book version of TSPL. See this thread on Swift Forums. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] As noted at the top of the thread: This project is not published by, endorsed by, or affiliated with Apple Inc. or the Swift.org open source project.
Replies
Boosts
Views
Activity
5d
Reply to On iPad with Swift Playgrounds: How to open chapter as a playground?
[quote='881054022, DTS Engineer, /thread/820017?answerId=881054022#881054022'] The [book version] of The Swift Programming Language (TSPL) you’re working from … is very old. [/quote] FYI, there’s a new book version of TSPL, thanks to a volunteer effort [1]. See this thread on Swift Forums. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] As noted at the top of the thread: This project is not published by, endorsed by, or affiliated with Apple Inc. or the Swift.org open source project.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
5d
Does using HIDVirtualDevice rule out Mac App Store distribution?
Hi, I’m looking for clarification from folks familiar with CoreHID rather than App Review, as the guys there have not responded to my post (https://developer.apple.com/forums/thread/820676) We have a sandboxed macOS app that creates a virtual HID device (HIDVirtualDevice) as described in Creating virtual devices https://developer.apple.com/documentation/corehid/creatingvirtualdevices To work at all, the app requires the entitlement: com.apple.developer.hid.virtual.device With this entitlement present, macOS shows the system prompt requesting Accessibility permission App would like to control this computer using accessibility features. Grant access to this application in Security and Privacy preferences located in System Preferences. when HIDVirtualDevice(properties:) is called. There is no mention of Accessibility in the HIDVirtualDevice documentation, but the behavior is reproducible and seems unavoidable. My question is therefore: Is creating a virtual HID device from userspace via HIDVirtualDevice consider
Replies
6
Boosts
0
Views
114
Activity
5d
Waiting to get accepted for my business developer account
I’ve been waiting to get my business developer account approved and it is taking a long time. Is Apple just really backed up right now? It is actually taking longer for me to get approval than actually building the app. 🤣 I still can’t get into App Store Connect because of this. So I’m really hindered with progress until this is resolved.
Replies
0
Boosts
0
Views
26
Activity
5d
External Purchase in Japan
Environment: Xcode26.4 iOS26.4.1 Capabilities: StoreKit External Purchases or Offers Entitlements: com.apple.developer.storekit.custom-purchase-link.allowed-regions Value(Array of strings) is jp It's a Japanese Apple ID。 ExternalPurchaseCustomLink.isEligible is always returning false.
Replies
0
Boosts
0
Views
47
Activity
5d
Keychain errSecItemNotFound
Hello Apple Developer: I encountered some issues during development. I encrypted the secret key and stored it in the Keychain, but it failed when I tried to read it. I would like to ask if there is any problem with the code I wrote. Below is my code, including the storage and retrieval NSMutableDictionary *query = [[NSMutableDictionary alloc] initWithObjectsAndKeys:(id)kSecClassGenericPassword,(id)kSecClass, serviceID,(id)kSecAttrService, @YES,(id)kSecReturnData,nil]; CFTypeRef dataTypeRef = NULL; NSLog(@SecItemCopyMatching); OSStatus status = SecItemCopyMatching((__bridge CFDictionaryRef)(query), &dataTypeRef); NSLog(@SecItemCopyMatching end status = %d,status); if (status == errSecSuccess) { *privateData = CFBridgingRelease(dataTypeRef); return 0; }else{ return status; } NSMutableDictionary *attributespri = [[NSMutableDictionary alloc] initWithObjectsAndKeys: (id)kSecClassGenericPassword, (id)kSecClass, serviceID, (id)kSecAttrService, outData, (id)kSecValueData, nil]; CFTypeRef dataRef = NULL;
Replies
6
Boosts
0
Views
332
Activity
5d
Custom Pricing and Features for Non-Renewing Subscriptions
I hope you are doing well. I am reaching out to inquire about a few aspects of implementing non-renewing subscriptions in our app. Firstly, we have encountered a limitation in App Store Connect where the maximum price tier available for non-renewing subscriptions in Euros is €1199. However, our product is priced at €1799. Could anyone please advise how we can handle this scenario? Is there a way to request custom pricing beyond the available tiers, or is there an alternative approach you would recommend? Additionally, we would like clarification on the following: Promo Codes: Are promo codes supported for each non-renewing subscription product? If so, how can we configure and distribute them? Installment Payments: Is it possible to enable installment-based payments for non-renewing subscriptions? If yes, could you guide us on how to set this up or if there are any prerequisites?
Replies
1
Boosts
0
Views
277
Activity
5d
Reply to Unable to install Dev App via Firebase
Update: We installed a build from a month or so ago and this has now unlocked both phones to be able to use newer builds. While triaging we noticed that although the devices were registered in Firebase already they were being seen as new devices. The only thing we can think of as being the issue is that the Apple Developer agreement when the apps that broke the devices were built had not been accepted. This meant we were unable to add/remove devices, change profiles etc. This has led us to believe it invalidated the profile during that time and by installing the app it somehow broke how the devices were validated until we accepted the agreement and installed a previously known good app. Nothing else changed during the time period that this occurred. Anyway hope this might help someone else who ends up in this state
Replies
Boosts
Views
Activity
5d
iOS 26.4 regression: The `.pauses` audiovisual background playback policy does not pause video playback anymore when backgrounding the app
Starting with iOS 26.4 and the iOS 26.4 SDK, the .pauses audiovisual background playback policy is not correctly applied anymore to an AVPlayer having an attached video layer displayed on screen. This means that, when backgrounding a video-playing app (without Picture in Picture support) or locking the device, playback is not paused automatically by the system anymore. This issue affects the Apple TV application as well. We have filed FB22488151 with more information.
Replies
0
Boosts
0
Views
99
Activity
5d
TestFlight Installation Fails for All Apps in Account (“App Not Available” Error)
Hello, I’m experiencing a serious issue with TestFlight. I correctly set up internal testing: • Added testers via email • Assigned builds • Everything shows as “Ready to Test” However, when trying to install via TestFlight, I get: “App Name couldn’t be installed” “The requested app is not available or doesn’t exist” ⚠️ Important note: This issue is NOT limited to a single app. It happens across all apps in my account. So it does not seem to be app-specific. What I’ve already checked: • Agreements, Tax, and Banking are completed • App Privacy is fully filled • Builds are successfully uploaded and selected • I am correctly added as an internal tester • Tried logging out/in of TestFlight • Reinstalled the app and TestFlight I contacted Apple Developer Support twice but received no response. Has anyone experienced this issue affecting multiple apps? Any help or guidance would be greatly appreciated. ⸻ Additional technical details: • Developer Account Apple ID: yilmaz34muhammed(at)icloud.com • Ap
Replies
0
Boosts
0
Views
45
Activity
5d