Search results for

Apple Maps Guides

151,850 results found

Post

Replies

Boosts

Views

Activity

Reply to Using `NSProcessInfo.systemUptime` to Detect Device Restarts: Feasibility and Background Considerations
[quote='809339021, neha24, /thread/809339, /profile/neha24'] Can we reliably use this API … to detect a device restart? [/quote] No. You could probably make it work a lot of the time, but it definitely won’t be completely reliable. I explain a better option in this post. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
2w
Using `NSProcessInfo.systemUptime` to Detect Device Restarts: Feasibility and Background Considerations
We are developing an application use case that requires us to prompt the user to restart their device. We plan to use the system uptime value provided by [NSProcessInfo processInfo].systemUptime to determine if a restart has occurred. Apple's documentation defines this API as 'The amount of time the system has been awake since the last time it was restarted.' Our questions are: Can we reliably use this API, in conjunction with persistent storage, to detect a device restart? Are there any known limitations or considerations when accessing or relying on this API while the application is running in the background?
1
0
76
2w
Scan Code like QR to pay by Apple Pay
During checkout at apple.com using a non-supported Apple Pay on the Web browser, apple.com presents a QR like code offering to Scan Code with iPhone to pay. The payment continues using Apple Pay on the iPhone after scan. We already offer Apple Pay and Apple Pay on the Web. Is this QR code option available for us for non-supported browsers? Could you point me to the docs to add it? Thank you.
2
0
180
2w
Reply to NSWorkspace openURL fails on file in iCloud Drive
[quote='868514022, JWWalker, /thread/809171?answerId=868514022#868514022, /profile/JWWalker'] Oh, now I see why I couldn't use iCloud Drive in a 26.1 VM. [/quote] I’m going to address this in the specific thread you created for it. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
2w
Reply to Consent Revocation Notification
Does this mean that as long as a user downloads the app from the App Store (whether it’s a paid or free app), the developer can obtain a unique and non-empty ID inside the app by accessing the appTransactionID property of StoreKit 2’s AppTransaction structure? And after the server receives Apple’s RESCIND_CONSENT notification, it can use this appTransactionID to associate that specific app installation?
2w
Consent Revocation Notification
We are in the process of preparing our app to support the new Texas law (SB2420) that takes effect 1/1/2026. After reviewing Apple's recent announcements/docs concerning this subject, one thing isn't clear to me: how to associate an app install with an App Store Server RESCIND_CONSENT notification that could be delivered to our server. Our app is totally free so there isn't an originalTransactionId or other similar transaction IDs that would be generated as part of an in-app purchase (and then subsequently sent as part of the payload in the notification to our server during an in-app purchase scenario). So my question is: How do I associate an app (free app) install with an App Store Server RESCIND_CONSENT notification that is sent to our server?
3
0
296
2w
Reply to Error Blocking Phone Numbers
Please check this out: https://developer.apple.com/forums/thread/800415 I guess it can be the same case The call will not be blocked if an outgoing call was made to its number before. It will be blocked if we delete the outgoing call record from the Phone.app Recents Can you test this scenario on your device please? I believe that if multiple people have this problem, Apple will prioritize fixing it Thank you in advance
Topic: App & System Services SubTopic: General Tags:
2w
Reply to Notarization hangs forever
I can see all the jobs id are still all in progress when running notarytool history. This is very frustrating to have to wait so long and not get un update as to when the app will get approved. And the generic reply from apple representative saying usually this takes little time, sometimes longer is not helping.
2w
Reply to use `NEHotspotConfigurationManager.shared.apply(hotspotConfig)` to join a wifi slow on iphone17+
Apple Reply: Please reproduce the issue with verbose logging enabled and share a new sysdiagnose. Please see the attached documents for more information. Please share the date and time of the issue. Also, if possible, please share a screen recording that captures the issue. where is the ' attached documents' ? It's not in the replay
2w
App Freezes on iPadOS 26.x - GPU Metal Errors
I work on a Qt/QML app that uses Esri Maps SDK for Qt and that is deployed to both Windows and iPads. With a recent iPad OS upgrade to 26.1, many iPad users are reporting the application freezing after panning and/or identifying features in the map. It runs fine for our Windows users. I was able to reproduce this and grabbed the following error messages when the freeze happens: IOGPUMetalError: Caused GPU Address Fault Error (0000000b:kIOGPUCommandBufferCallbackErrorPageFault) IOGPUMetalError: Invalid Resource (00000009:kIOGPUCommandBufferCallbackErrorInvalidResource) Environment: Qt 6.5.4 (Qt for iOS) Esri Maps SDK for Qt 200.3 iPadOS 26.1 Because it appears to be a Metal error, I tried using OpenGL (Qt offers a way to easily set hte target graphics api): QQuickWindow::setGraphicsApi(QSGRendererInterface::GraphicsApi::OpenGL) Which worked! No more freezing. But I'm seeing many posts that OpenGL has been deprecated by Apple. I've seen posts that Apple deprecated Op
3
0
438
2w
Reply to Background fetch when app is forced quit
My thoughts: In my view, Apple may want to reconsider how it interprets users force-quitting apps. Closing an app from the App Switcher isn’t necessarily a sign that the user dislikes it or finds it unhelpful. Many users simply prefer to keep the switcher uncluttered. A force-quit app can still serve an important purpose, and because Apple has not clearly communicated how background behavior works after a manual terminate, many apps are unintentionally penalized by this misunderstanding. Users already have better tools for signaling preference, such as disabling notifications. Ultimately, deleting an app is the only meaningful indication that a user truly does not want it. Just my two cents.
2w
Reply to Looking for a developer
I doubt this would be allowed, and I doubt any developer would use their own account to publish an app they had no hand in creating. They would be open to various copyright and legal challenges, and they may have their account terminated by Apple. You should create your own Developer account, pay the fee, and publish the application on that account. Don't involve others.
2w
Reply to Does BGAppRefreshTask Run After a User Force-Quits the App? Seeking Official Clarification
My thoughts: In my view, Apple may want to reconsider how it interprets users force-quitting apps. Closing an app from the App Switcher isn’t necessarily a sign that the user dislikes it or finds it unhelpful. Many users simply prefer to keep the switcher uncluttered. A force-quit app can still serve an important purpose, and because Apple has not clearly communicated how background behavior works after a manual terminate, many apps are unintentionally penalized by this misunderstanding. Users already have better tools for signaling preference, such as disabling notifications. Ultimately, deleting an app is the only meaningful indication that a user truly does not want it. Just my two cents.
2w
"Unknown Error" - Please try again
Hello Team I tried to enroll using the Apple Developer app on both my Mac and my iPhone and I keep getting the Unknown error please try again popup. I'm on the latest macOS and iOS version, have everything in line to the requirements, but nothing seems to be working. Can someone guide me if there's something I've not done right?
8
0
369
2w