Search results for

Apple Maps Guides

151,831 results found

Post

Replies

Boosts

Views

Activity

Reply to "Signing certificate" and post-installation assignment fail due to IOPCIPrimaryMatch
I built Dext with a development ID and successfully re-signed and notarized it. This time, I only notarized the Driverkit, and plan to do the installer app later. Here are the steps I tried: Signed the build using Apple Development in Xcode Re-signed the build product Zipped the build product Notarized using xcrun notarytool submit, which returned Accept. Below is a sample re-signing command. codesign --sign $CODE_SIGN_IDENTITY --entitlements --options runtime --verbose --force build/Release/.app I'll probably need to eventually create an installer app and notarize it, but I think I've temporarily resolved the recent issue of not being able to sign with a Developer ID in Xcode. If you have any issues from an engineering perspective, please let me know.
Topic: Code Signing SubTopic: Entitlements Tags:
1w
Seeking clarification on macOS URLs with security scope
I just saw another post regarding bookmarks on iOS where an Apple engineer made the following statement: [quote='855165022, DTS Engineer, /thread/797469?answerId=855165022#855165022'] macOS is better at enforcing the right behavior, so code that works there will generally work on iOS. [/quote] So I went back to my macOS code to double-check. Sure enough, the following statement: let bookmark = try url.bookmarkData(options: .withSecurityScope) fails 100% of the time. I had seen earlier statements from other DTS Engineers recommending that any use of a URL be bracketed by start/stopAccessingSecurityScopedResource. And that makes a lot of sense. If start returns true, then call stop. But if start returns false, then it isn't needed, so don't call stop. No harm, no foul. But what's confusing is this other, directly-related API where a security-scoped bookmark cannot be created under any circumstances because of the URL itself, some specific way the URL was initially created, and/or manipulated? So, what
32
0
780
1w
Reply to Unable to enable eligibility for External Purchase Link APIs — seeking clarification
I identified that ExternalPurchaseLink.canOpen was returning false because StoreKit determines eligibility solely based on the storefront country of the device’s production App Store account, regardless of the sandbox Apple ID used for testing. Since the production account on the device was set to a country that does not support External Purchase Links, the API consistently reported ineligible results. After switching the production App Store account to a supported storefront, the API began functioning correctly. At this point, I am not certain whether this behavior is intentional or a potential bug.
Topic: App & System Services SubTopic: StoreKit Tags:
1w
Reply to App clip banner appears after disabling app clip.
Hey there, Are you looking into deleting all app clips entirely? If so, you need to make sure you've deleted all default app clip experiences as well as advanced app clip experiences. I had the same issue a month ago and what helped was dactivating all default and advanced app clips manually via API step by step. That's a pretty tedious process, especially if you have not worked with their API before but that will help. Once you do that, it should start showing the default Safari banner. Apple, if you'd love to thank me for answering this question, please help with this issue 😜 (it negatively affects our customers): https://developer.apple.com/forums/thread/807984 https://developer.apple.com/forums/thread/803187
1w
No way to accept Updated Program License Agreement
When I login to my Dev account, I get a banner that says The updated Apple Developer Program License Agreement needs to be reviewed. In order to update your existing apps and submit new apps to the App Store, the Account Holder must review and accept the updated agreement.However, when I go to Agreements, Tax, and Banking, I see both Free Apps and Paid Apps agreement, but when I click on View, there's nothing for me to accept. It's a pop-up window with a list of countries and a button at the end that says Close. And that's it. No other action is possible. No other option either under the Action column.So then how can I review and accept it?
39
0
32k
1w
Reply to No way to accept Updated Program License Agreement
It's 11th December 2025, and I am facing the same issue. I accepted the agreement on https://developer.apple.com/account, and the status in the Agreements section shows it was accepted on 11th December. However, on App Store Connect, it still shows: The Apple Developer Program License Agreement has been updated and needs to be reviewed. and I can't create a new App. I tried calling them, but I can't find my country extension in Apple's call list. I sent an email to support, but they haven't replied. What should I do?
1w
Reply to How to detect if Wifi is being used for CarPlay
[quote='868983022, scottbonar, /thread/809596?answerId=868983022#868983022, /profile/scottbonar'] We now are looking at the WifiNetworkType [/quote] The what now? That’s not an API I recognise. Can you point me at its documentation? Coming back to your main issue, this is iOS, right? So you’re using an Network Extension packet tunnel provider, right? If so, I’m a bit confused as to why you need this. You wrote: [quote='868983022, scottbonar, /thread/809596?answerId=868983022#868983022, /profile/scottbonar'] But, once our Custom VPN app is running the Primary is now the VPN TUN [/quote] Right. [quote='868983022, scottbonar, /thread/809596?answerId=868983022#868983022, /profile/scottbonar'] instead of the Cellular interface, which we need to pass data [/quote] But inside your packet tunnel provider NECP should prevent you from accessing your VPN interface, and thus your data should run over WWAN. Is that not working in general? Or not working solely in the CarPlay case? If you’re not familiar with NECP, I link
1w
Reply to iOS 26 Network Framework AWDL not working
Sorry I didn’t reply earlier; I was hoping to do an full test of this but have been struggling to find the time to set that up. It’s best not to think it terms of AWDL. It’s an implementation detail of Apple’s peer-to-peer Wi-Fi feature. That implementation has changed in the past and it’s not hard to imagine it changing again in the future. So, while the existence of AWDL is not a secret, and it’s certainly useful to know about it when looking and logs and so on, the feature we’re talking about is Apple peer-to-peer Wi-Fi. [quote='869042022, captadoh, /thread/808917?answerId=869042022#869042022, /profile/captadoh'] true peer to peer with no wifi network works with iOS devices [/quote] Correct. [quote='869042022, captadoh, /thread/808917?answerId=869042022#869042022, /profile/captadoh'] without cellular [/quote] I’m not sure why you think cellular is a factor here. It is not. Peer-to-peer Wi-Fi is independent of cellular. [quote='869042022, captadoh, /thread/808917?answerId=869042022#8690420
1w
Reply to App Clip invocation fails with "ASDErrorDomain error 507" via Smart App Banner especially on iOS 26 devices.
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. Invalid Response Status: 14501 I wasn’t able to find any info on that )-: My Bug Report number is FB21299192. Thanks. Honestly, I think that’s the best path forward here. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: General Tags:
1w
Reply to Is there a way to detect a USB Ethernet Adapter even if no IP has been given, Once it connect to an iPhone/iPad
[quote='869071022, JianbinWu, /thread/808040?answerId=869071022#869071022, /profile/JianbinWu'] How does the system detect that the adapter has been connected? [/quote] Settings is a built-in component of iOS and thus not limited to using just APIs. Earlier I wrote: [quote='868933022, DTS Engineer, /thread/808040?answerId=868933022#868933022'] On macOS you have a lot more options, including both System Configuration framework and I/O Kit. [/quote] If you were trying to solve this problem on macOS, it’d be easy to do with those APIs. However, those APIs are not available on iOS [1]. Moreover, I’m skeptical we’ll ever make them available on iOS [2], which is why my suggestion above wasn’t to file an ER for those APIs but rather a bug report against the functional type values. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] The frameworks might be available but the specific APIs you need not. [2] Because of the privacy impact.
1w
Apple Mac M4 Max crashed
We attempted to run a burn-in test while connected to our MacBook Pro M4 Max, but this crashed about 10 minutes into testing. Can Action Star see if you are able to run a 2-hour burn-in on your own M4 Max host while charging the battery from below 5%, running six bus-powered drives (via ATTO/Black Magic/IOmeter), hitting the RJ45 port for 2.5Gbps (via JPerf), and streaming at least 4K60Hz video content to two displays? Please measure the outer temperature on the hottest part of the enclosure as well.
2
0
83
1w