Search results for

Apple Maps Guides

154,092 results found

Post

Replies

Boosts

Views

Activity

Reply to trapping specific standard system registers
Are there any plans to introduce its system registers to HVF’s EL2 support? We can't talk about The Future™ [1], but if you'd like to see this change I encourage you to file an enhancement request describing your requirements. Please post your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] See tip 3 in Quinn's Top Ten DevForums Tips.
Topic: App & System Services SubTopic: Core OS Tags:
2w
Reply to com.apple.developer.payment-pass-provisioning missing in TestFlight build despite provisioning profile having it
Thanks for that dump. Much nicer! My reading of the stuff in your latest post suggests that you’re authorised to use the entitlement but you’re not actually claiming it. Remember that a provisioning profile acts an allowlist. It tells the system what entitlements you’re allowed to claim, but it doesn’t actually claim them. You actually claim entitlements in your app’s code signature. Note To learn more about how this works, see TN3125 Inside Code Signing: Provisioning Profiles. I usually debug problems like this by first confirming the nature of the problem: Instead of sending my app directly to App Store Connect, I export an archive. For example, when using Xcode’s organiser window I click Distribute App and then follow the Custom > App Store Connect > Export workflow. I then upload that archive using Transporter. Presuming that reproduces the problem, I unpack the archive by hand. See Unpacking Apple Archives. I can then dump the profile and the entitlements in the resulting app. The profile
Topic: Code Signing SubTopic: Entitlements Tags:
2w
Reply to Playgrounds app with the latest SDK (OS 26)
[quote='875266022, TheBeeApplications, /thread/812429?answerId=875266022#875266022, /profile/TheBeeApplications'] is it acceptable that I use my own glass system instead …? [/quote] I don’t think you’ll get a detailed answer to that. When folks ask questions about what is or isn’t acceptable, I can only really point them at the challenge rules, and specifically: Developer > Swift Student Challenge > Eligibility and requirements Developer > Swift Student Challenge > Terms and Conditions [quote='875266022, TheBeeApplications, /thread/812429?answerId=875266022#875266022, /profile/TheBeeApplications'] Also, I am not able to make portrait mode be locked when tested on iPad, is there any method to lock it in SP? [/quote] I recommend that you start a new thread with that specific question. Put it in the UI Frameworks subtopic that’s most appropriate for the UI framework you’re using, and tag it with Swift Student Challenge. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple
2w
App Review cannot complete auto-renewable subscription purchase (Guideline 2.1) although sandbox & TestFlight work
Hello, I’m experiencing repeated rejections related to Guideline 2.1 – App Completeness for an iOS app using auto-renewable subscriptions, and I’m struggling to understand what is missing, as the purchase flow works correctly in sandbox and TestFlight. App setup: iOS app built with React Native (Expo + react-native-iap) Auto-renewable subscriptions: • Monthly: €4.99 • Yearly: €39.99 Paid Apps Agreement accepted Subscriptions configured and active in App Store Connect Privacy Policy and Apple Standard EULA included: • Visible inside the app on the subscription screen • Added in App Store metadata What App Review reports: App Review states they are unable to buy the in-app purchase, resulting in a rejection under Guideline 2.1 (App Completeness). What works correctly: getSubscriptions() returns valid products in sandbox Subscription titles, prices, and durations are displayed in the app UI requestSubscription() is triggered when tapping the subscribe button Apple purchase sheet appears and com
2
0
124
2w
Reply to Limit IP Tracking keeps turing back on
[quote='875443022, Midnite630, /thread/814338?answerId=875443022#875443022, /profile/Midnite630'] Apps tested and showing this issue are Safari, Chrome, Mail to start. [/quote] Ah, OK, I thought that this might be an issue specific to an app that you’re developing. The Apple Developer Forums are primarily focused on helping developers with the APIs in Apple’s various platform SDKs. With an issue like this, where you’re having problems with system behaviour that affects all apps, your best path forward is to file a bug in Feedback Assistant. And it seems that you’ve done that already (FB21483619), which is great. Thank you! [quote='875443022, Midnite630, /thread/814338?answerId=875443022#875443022, /profile/Midnite630'] After doing some testing, I determined the possible issue. [/quote] Interesting. When you find new factoids like this, please make sure to update your bug. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple
2w
Reply to App stuck in 'waiting for review'
Apple hardly reviews apps over the weekend, so if you submitted it on Thursday, it has really only been about two business days. I think it’s still too early to be worried. Even updates can take three or four days, so delays can happen. For what it’s worth, I submitted a new app on January 25th and even contacted support, but I still haven’t received any response lol.
2w
Reply to Disable Local Network Access permission check
[quote='875466022, IngmarStein, /thread/787032?answerId=875466022#875466022, /profile/IngmarStein'] I don't see a revision number like [/quote] Ah, sorry for the confusion there. That’s a Radar bug number. You won’t be able to access it directly. See Bug Reporting: How and Why? for more about that. I’ll make sure to include that bug number in the revision history of the TN3179 update. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
2w
Reply to iOS 26 - Identify network switch
It’s better to reply as a reply, rather than in the comments; see Quinn’s Top Ten DevForums Tips for this and other titbits. You wrote: To get info about nearby WIFi networks and filter out company specific SSIDs and to prioritize them Can you expand on that? What are you doing with that SSID list once you get it? It’s hard for me to suggest a path forward without a better understanding of your ultimate goal. [quote='875214022, arnair, /thread/808341?answerId=875214022#875214022, /profile/arnair'] Is there an official deprecation schedule or timeline? [/quote] No. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
2w
PKPassLibrary returning empty array in Non-UI Wallet Extension
Hello, We are implementing Apple Wallet extensions (PKIssuerProvisioningExtensionHandler). While our UI extension works as expected, our Non-UI extension is unable to detect payment passes provisioned by our app. Specifically, PKPassLibrary().passes(of: .secureElement) returns an empty array when called from the Non-UI extension, even though the same call correctly returns the passes when executed from the Main iOS App. Our Payment Network Operator has confirmed that our extension bundle identifiers are correctly registered in the metadata on their side. They suggested that the Wallet Extensions entitlement (com.apple.developer.payment-pass-provisioning) may require additional backend enablement for these specific Extension App IDs. Is there a known reason why PKPassLibrary would behave differently in the Non-UI extension vs the Main App? Beyond the standard entitlement request, is there a specific process to activate these IDs for extension visibility? Does anyone have guidance on reaching the appro
0
0
62
2w
Reply to Notarization submissions stuck in “In Progress” for >24 hours (CI / REST API) – production impact
[quote='875241022, Jackson_Hsieh, /thread/814841?answerId=875241022#875241022, /profile/Jackson_Hsieh'] Out of curiosity, are you aware of any recent service-side changes or increases in backlog … ? [/quote] No. Out and out outages are usually signalled via Developer > System Status > Developer ID Notary Service. In many cases this isn’t update as promptly as I’d like, so the status indicates a fixed issue rather than an active outage. However, my experience is that notary outages are often related to underlying issues in Apple’s infrastructure, so if I suspect an outage I look an that page and the wider Apple System Status for other problems. In terms of backlog, that’s not usually a problem although there was this one exception. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
2w
Reply to All notarization submissions stuck "In Progress" for 24+ hours — first-time Electron app
It’s better to reply as a reply, rather than in the comments; see Quinn’s Top Ten DevForums Tips for this and other titbits. bralca wrote: Is there an estimation of how long will it take for this in depth review? Not officially. My experience is that it usually clears in a day or two. I start to worry if it’s been more than a week. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Notarization Tags:
2w
Reply to Reproducible EXC_BAD_ACCESS in NEDNSProxyProvider when using async/await variants of NEAppProxyUDPFlow
[quote='815033021, AndriiSulimenko, /thread/815033, /profile/AndriiSulimenko'] Minimum Working Example [/quote] Hmmm, that’s a minimum failing example, right? That is, you wrote this code specifically to reproduce the crash, right? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
2w