Search results for

Apple Maps Guides

150,107 results found

Post

Replies

Boosts

Views

Activity

Reply to Regarding the Deployment Targets setting for Xcode 26
Hi! This is a great question. The Deployment Target in Xcode is aligned with simulator support and on-device support for debugging and testing purposes. The previous answer is great! I would add that most users are already on recent versions of iOS. Apple regularly publishes adoption numbers on https://developer.apple.com/support/app-store/ You can also get more details on the specific version of iOS for your users in App Store Connect.
2d
Reply to NWBrowser + NWListener + NWConnection
[quote='863815022, captadoh, /thread/780379?answerId=863815022#863815022, /profile/captadoh'] I didn't see a way to specify using QUIC with Wi-Fi Aware. [/quote] QUIC runs over UDP, so our general advice is to use _my-service._udp for QUIC services. Now, I haven’t actually tried that in a Wi-Fi Aware context, but I can’t see any fundamental reason why it wouldn’t work there. Bojie_Lv, I’d appreciate you not hijacking captadoh’s thread. You do, after all, have a thread of your own about this issue. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
2d
Reply to Performance issues when using the Network API used to create a web server
Well, that’s weird. IMO you have more than enough evidence to justify a bug report about this. Regardless of whether I can help you improve things, Network framework should perform well out of the box on all link layers. Please post your bug number when you’re done. I suspect that this is fallout from the user-space networking stack. Once I’ve got your bug number, I’m going to use that to drive some more research at my end. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
2d
Reply to WifiAware Endpoint usage and impact on infrastructure Wifi
Thanks for explaining more about the context. [quote='863886022, nikhil2701, /thread/805211?answerId=863886022#863886022, /profile/nikhil2701'] The 12 hour usage I mentioned is sporadic where one of the devices [/quote] Are these both Apple devices? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
2d
Reply to Missing logs in OSLogStore
Thanks for filing FB16426295. [quote='863739022, kasiax, /thread/773367?answerId=863739022#863739022, /profile/kasiax'] very long overdue ticket number [/quote] No worries; I have plenty of other stuff to get on with (-: Actually, I think this worked out to your benefit, because in the interim we’ve fixed a bug in the forums platform that would’ve likely caused me to miss your response. So yay! Oh, wait, one more thing. Your ER says: It would be nice to monitor XYZ activity I recommend that you update it to include more details about the activity you’re trying to monitor. Specifically: Do you just want to be notified of this? Or do you want to be able block it? If you want to be able to block it, what sort of criteria are you going to use to evaluate whether to block an operator or not? For example, do you need details about the users involved, the content, or whatever. Similarly, if you only care about being notified, what details are you looking for? Think about this from the perspective of someone enhancin
Topic: App & System Services SubTopic: Core OS Tags:
2d
Reply to Network devices may not be able to connect to Personal HotSpot.
Thanks for the confirmation. The best path forward here is for you to file a bug about this. DevForums focuses on Apple APIs and tools, and none of those are involved in this specific issue. In your bug, make it clear as to whether you’re the accessory developer or you’re using an accessory built by someone else. When you file your bug, make sure to install the Wi-Fi for iOS/iPadOS debug profile so that your sysdiagnose log captures extra debugging information. I also think it’d be helpful for you to include a packet trace. I think that an RVI packet trace will capture the necessary info, but if you have the ability to take a packet trace from the perspective of your accessory then include that as well. Oh, and as things are working on iPhone 15, include packet traces of that case as well, to act as a contrast. Once you’re done, please post your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.co
Topic: App & System Services SubTopic: General Tags:
3d
Intune SDK Integration for Some Apple iOS Apps
The question: Is there any chance that Apple will integrate Intune SDK into Apple apps such as Mail or Calendar, or create Siri-compatible Intune SDK-integrated versions of Mail and Calendar? The reason for the question: My team has been asked by VIPs in our company (e.g. execs and board members) if Siri can be used with Outlook, and the only way is through Shortcuts or by adding the Outlook account to Mail. Both of these options would violate our security policies for these reasons: Since our company policy and federal regulations don't permit us to allow access to company resources on non-MAM-protected apps, we can't allow our users to login to the Mail app and make full use of Siri, due to the lack of MAM controls for Mail and Calendar. We only allow users to transfer data between policy-managed apps which have integrated the Intune SDK allowing us to enforce DLP and other security measures. The only way to enable Shortcuts would be to disable these security measures.
2
0
238
3d
Reply to Intune SDK Integration for Some Apple iOS Apps
[quote='805481021, 3s0j, /thread/805481, /profile/3s0j'] Is there any chance that Apple will integrate Intune SDK into Apple apps …? [/quote] We can’t answer questions like that here [1]. If you want Apple to make a change like this, I recommend that you file an enhancement request with the details. Please post your bug number, just for the record. ps In your ER, I encourage you to focus on the goal you’re trying to achieve rather than an a specific solution. If you file an ER saying “These apps should integrate with this specific third-party technology.”, that’s likely to get less traction than an ER saying “I need a solution to this device management problem.” 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: Business & Education SubTopic: General Tags:
3d
Reply to Routing Packets.
[quote='805466021, ETY, /thread/805466, /profile/ETY'] I am new to iOS development and boldly decided to work on a project using the Network Extension [/quote] That is indeed a bold choice. Most folks start with something easier, like a tip calculator app (-: [quote='805466021, ETY, /thread/805466, /profile/ETY'] I do not know how to route them [/quote] Indeed. What you’re building here is a content filter [1], but you’ve chosen to implement it using as a packet tunnel provider. That generally doesn’t end well. TN3120 Expected use cases for Network Extension packet tunnel providers explains that. We also touched on it in WWDC 2025 Session 234 Filter and tunnel network traffic with NetworkExtension. The packet tunnel API was designed for folks implementing VPN. It assumes that you have a VPN server. The standard pattern is that your provider opens a connection to your VPN server, encapsulates any outgoing packets and writes them to the connection, and does the reverse for incoming packets. So far, so easy. If
3d
Reply to Question: Best Practice for Storing API Keys in iOS Apps (RevenueCat, PostHog, AWS Rekognition, etc.)
[quote='805449021, archipelagosolutions, /thread/805449, /profile/archipelagosolutions'] Apple doesn’t have any official guidance [/quote] Apple doesn’t have any official guidance here. What you’re building here is a DRM system. You want to give the user something but limit how they use it. DRM systems are tricky, and not something that DTS supports in general [1]. [quote='805449021, archipelagosolutions, /thread/805449, /profile/archipelagosolutions'] Does Xcode Cloud offer … securely injecting environment variables or secrets at build time? [/quote] I don’t know, but it’s orthogonal to this question. The resulting secret will still end up baked into your app, which is what you’re trying to avoid. As you explore solutions, I encourage you consider your threat model. Who is trying to extract these secrets? What do they gain? And what do you lose? You can then scale your effort based on that threat model. So, for example, if the negative consequences are small, you might choose to use a very
3d
apple-app-site-association 403
Hi There, hopefully someone can help me here, we weren’t aware but our universal links stopped working sometime last year, as they are not used often on the apps, it wasn’t noticed. We checked all the elements and this is the situation: Our apple-app-site-association file is located at https://ourdomain.com.au/.well-known/apple-app-site-association And it is accessible and can be downloaded. We have Associated Domain services enabled for our app Bundle Id: au.com.identifier.app The Entitlements.plist in our app contains the list of associated domains - the second is the full url, the portal won't let me write it as such as it's not the real address. But links for the first two, …ourdomain.com.au domains don’t work Request https://ourdomain.com.au/.well-known/apple-app-site-association downloads the file and returns status code:403 While checking the availability with https://app-site-association.cdn-apple.com/a/v1/ourdomain.com.au we get the error: ourdomain.com.au: Failed to load r
4
0
152
2d