Search results for

Apple Maps Guides

154,038 results found

Post

Replies

Boosts

Views

Activity

Reply to NEFilterManager fails with NEFilterErrorDomain Code=1 (“Configuration invalid or read/write failed”) on iOS — is NEFilter supported on non-supervised devices?
[quote='815372021, MattStewart, /thread/815372, /profile/MattStewart'] is NEFilterDataProvider supported on non-supervised devices for consumer App Store apps …? [/quote] No. TN3134 accurately reflects the allowed deployment paths for NE content filters. [quote='815372021, MattStewart, /thread/815372, /profile/MattStewart'] is this a platform restriction that cannot be worked around? [/quote] You shouldn’t think about this as something to be “worked around”. Rather, this is a platform privacy policy. If there were a way around it, that’d be a major security bug. Notably, macOS, being a different platform, has a different policy. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
1w
Reply to NETransparentProxyProvider – Support for Port Ranges in NENetworkRule
[quote='815439021, faisalIkwal, /thread/815439, /profile/faisalIkwal'] Is there any officially supported way to specify a port range in NENetworkRule? [/quote] I think you’ve answered this yourself (-: If you’d like to see this change in the future, I encourage you to file an enhancement request describing your requirements. And please post your bug number, just for the record. Oh, one more thing. The port range in your example coveres ephemeral ports, which I presume is not a coincidence. If so, consider focusing on that in your ER. The ephemeral port range has changed in the past and it wouldn’t surprise me if it changed again in the future. OTOH, a general port range feature would be more flexible. (One of the nice things about your filing your own ERs is that you get to explain your own requirements in your own words.) [quote='815439021, faisalIkwal, /thread/815439, /profile/faisalIkwal'] Is creating thousands of rules (one per port) considered acceptable or supported? [/quote] Again, I think you’ve answe
1w
Reply to Privacy issues related to uploading user health data to servers
DevForums is primarily focus on technical issues. For legal advice, I recommend that you consult an actual lawyer. If you have questions about App Review policy, my advice is: Read App Review Guidelines. If you have further questions, feel free to put them in a new thread in the App Store Distribution & Marketing > App Review topic. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
1w
Reply to Apple Intelligence cant change Xcode build target...?!
Apple can fairly say: “Agents shouldn’t directly edit our serialization format.” But if they advertise agentic workflows and the agent can’t reliably do core build/debug tasks (target build settings, linking, schemes), then the product gap is real. Agentic workflows require a closed loop: apply build-setting changes → build → fix → repeat. If the only exposed interface is “chat + inline code edits,” it’s not agentic for build/debugging. Therefore Apple needs a supported automation surface (typed project actions with preview/undo), regardless of how ugly project.pbxproj is. Expected: Agent can apply target/scheme/build-setting changes (typed + preview/undo), run build, iterate on failures. Actual (Xcode 26.3 RC): Agent mostly suggests or edits source files; can’t reliably adjust the build/ debug configuration loop for multi-target/C++ integration. C/C++ integration is where an agent should shine because it’s repetitive, error-driven, and configuration-heavy. A “real” agentic C++ loop in Xcode
1w
Disable userLocationAnnotation bubble
Hello, thanks for your effort! I found that when showsUserLocation is set to true (by default), the pulsing blue dot user location annotation is shown, which is cool and beautiful. However, it will automatically and periodically attempt to call the Apple Server API GET https://api.apple-mapkit.com/v1/reverseGeocode within userLocationDidChange() and updateUserLocationAnnotation() to display, I assume, the user's current address when single-tapping on the blue dot. It will significantly use the MapKit service calls quota since the user location is automatically updated. It almost runs out of quota even though the map initialization is plenty enough. Is there any way to disable the bubble behavior but preserve the user location blue dot, which is lovely and better than drawing my own user location dot? It seems I can only turn off all user location features. Many thanks!
2
0
48
1w
Developer Program Payment Taken but Account Still Pending – No Support Response
I have been trying to enroll in the Apple Developer Program for the past two weeks, but I keep encountering different errors. Most of the time, I receive a 404 error page saying, “Something went wrong. Try again.” Three days ago, $100 was deducted from my bank account by Apple, but my developer account status still shows “Pending.” Apple states that “Your purchase may take up to 48 hours to process,” but it has now been more than 48 hours and there has been no update. I have already: Sent an email to devpayment @apple.com with screenshots and full details (no response). Opened a case through Apple Developer Program Support and only received an automated reply saying, “Thank you for contacting us.” At this point, it feels like there is no real support available to resolve this issue. Has anyone experienced something similar? How did you resolve it? Thank you.
0
0
44
1w
Apple Ads Account “No Longer Authorized” – Ads Still Running & Unable to Contact Support
Hello, I’m looking for assistance regarding my Apple Ads account. When I try to log in, I receive the following message: “This Apple Account is no longer authorized for Apple Ads. If you believe that this is an error, please contact us.” When I click “Contact us,” I am redirected back to the same message and cannot submit a support request. I have not received any email explaining this restriction. At the same time, my ads appear to still be running, as I am seeing new users coming into my app. Since I cannot access the account, I currently have no visibility or control over active campaigns and potential ongoing spend. I would appreciate guidance on how to resolve this or how to directly contact Apple Ads support, as I am unable to reach them through the platform. Thank you for your help.
0
0
46
1w
How to test CKShare across multiple accounts?
I'm testing CloudKit Sharing (CKShare) in my app. My app uses CloudKit Sharing to share private data between users (this is not App Store Family Sharing or purchase sharing, it's app-level sharing via CKShare). To properly test this, I need three or four Apple Accounts with distinct roles in my app. This means I need three/four separate iCloud accounts signed in on test devices. Simulators are probably ok: two acting as parents (share owner and participant): parent1.sandbox@example.com parent2.sandbox@example.com, one or two as a child (participant) child1.sandbox@example.com child2.sandbox@example.com except obviously using my domain name. I attempted to create Sandbox Apple Accounts in App Store Connect, but these don't appear to work with CloudKit Sharing. I then created several standard Apple Accounts, but I've now hit a limit — I believe my mobile number (used for two-factor authentication on the test accounts) has been flagged or rate-limited for account creation, and I can no
1
0
64
1w
Reply to Using the Bloom filter tool to configure a URL filter Error 9
We tried to use the same exact sample project with the same bundle id instead of using our own bundle id now we get this error: mapError unexpected error domain NEVPNConnectionErrorDomainPlugin code 7 Received filter status change: serverSetupIncomplete We tried to follow this guide for the log but https://download.developer.apple.com/iOS/iOS_Logs/VPN_Logging_Instructions.pdf But it doesnt work on this step: . Trigger a sysdiagnose by simultaneously pressing and releasing both volume buttons + Side (or Top) button. Notes: The sysdiagnose is triggered upon button release. On an iPhone you will feel a short vibration when a sysdiagnose is successfully triggered Also I attached the console log here Console log
1w
New App Submission Stuck in “Waiting for Review” for 6 Days
Hello, I’m looking for guidance regarding a new app submission that has been in “Waiting for Review” status for 6 days now, with no change or additional communication. This is a brand-new app submission (not an update). There have been no metadata changes or rejections — it has remained in the waiting state since submission. I completely understand that review times can vary depending on workload and complexity. I just wanted to check whether this timeframe is currently normal, or if there may be something specific I should verify on my end. The app is an educational medical application, and all content is original. There are no unusual entitlements, external payment systems, or restricted APIs involved. If anyone from Apple or fellow developers has insight into whether extended “Waiting for Review” times are currently common, I would appreciate your input. Thank you in advance.
1
0
70
1w