Search results for

Apple Maps Guides

149,886 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS App Exists after launch
[quote='863189022, cheizer, /thread/804811?answerId=863189022#863189022, /profile/cheizer'] Should I open a support case for this? [/quote] No. You’ll likely end up talking to either me or Kevin, and you’re already talking to us here (-: [1] Kevin replied on your other thread yesterday, so I’m gonna close this thread out so that you can focus your efforts there. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Well, we’ll most likely bounce you straight back to the forums.
3d
Reply to Automatic Signing failed and Provisioning profile is missing the activitykit
As far as I know there are no entitlements associated with ActivityKit. I believe you’re suffering from an LLM hallucination )-: See Determining if an entitlement is real. If you write back with the exact entitlement causing this problem (the one you posted had a space in it), I’ll add it to that post for the benefit of everyone. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Entitlements Tags:
3d
Reply to How to safely terminate hanging threads in launched agent context
[quote='804974021, Pavel, /thread/804974, /profile/Pavel'] Would Apple recommend isolating this functionality in a separate process [/quote] Well, I’d recommend that you avoid using third-party libraries that “occasionally hang” at all, but I understand that that’s not always an option (-: If you are stuck with unreliable code then your only option is to run that code in a separate process. Apple platforms do resource tracking on a process-by-process basis, so there’s no way to safely kill a specific thread within your process because that thread might be holding critical resources. [quote='804974021, Pavel, /thread/804974, /profile/Pavel'] Can I use the system call fork() in launched agent? [/quote] Yes, as long as you then immediately call exec*. WARNING On Apple platforms it is not generally safe to call fork without then immediately calling exec* [1]. But, in general, there’s no specific prohibition against a launchd agent spawning a child process, ideally with posix_spawn or a
3d
Reply to Notarization Stuck "In Progress"
[quote='804847021, Breakfast, /thread/804847, /profile/Breakfast'] This issue has been occurring since Friday, October 17th. [/quote] I’d like to clarify the failure you’re seeing: Is this a single request that’s been stuck since 2025-10-17? Or is it that this request and all subsequent requests are stuck? Or is it that requests are going through, they’re just taking a long time? Also, please post: The UUID of an example ‘bad’ request, that is, a request that was most affected by this issue. And a rough timeline for that request, that is, when you submitted it and, if it completed, when it completed. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Notarization Tags:
3d
Reply to Signing & Capabilities related issue
If you run this in Terminal, what do you see: % system_profiler SPHardwareDataType Hardware: Hardware Overview: … Hardware UUID: FCBBB6FF-E6F4-5372-87C0-1944DA936938 Provisioning UDID: 00006034-001401301E88001C … If you’re not comfortable sharing the actual IDs, feel free to redact like so: Hardware UUID: ________-____-____-____-____DA936938 Provisioning UDID: ________-________1E88001C Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
3d
Reply to Balancing implicit startAccessingSecurityScopedResource
[quote='863211022, DTS Engineer, /thread/804886?answerId=863211022#863211022'] I typically do start/stopAccessingSecurityScopedResource on a URL provided by the file pickers [/quote] If I'm reading this guide correctly, the macOS file picker will already have implicitly started accessing the resource on your behalf. So if you do an explicit start/stopAccessingSecurityScopedResource on top of that, the resource is still missing one stopAccessingSecurityScopedResource to balance things out, and the resource access will leak.
Topic: App & System Services SubTopic: Core OS Tags:
3d
Reply to Use two NFC entitlement in the same App
[quote='804844021, jpderyck, /thread/804844, /profile/jpderyck'] I would like to avoid if possible to create a second application … ? [/quote] I don’t see how that’d be possible. You want to ship two different variants of your app: One with the EU entitlement, only in the EU, authored by your EU-based organisation. Another with the non-EU entitlement, in various countries outside the EU, authored by your US-based organisation. App Store Connect doesn’t support that. In ASC: A given app record is ‘owned’ by a specific team, whereas you want to associate it with multiple teams. And you can only add a single binary to that an app record [1], whereas you want to add multiple binaries. So, you’ll need multiple app records in App Store Connect, each with its own App ID. Of course these two apps will share a lot of same source code. Usually I’d set this up by duplicating the app target in Xcode and then tweaking the build settings, most critically the bundle ID, on that second target. Share and Enjoy — Quinn “The Es
3d
AVPlayer HLS High Bitrate Problem on Apple TV HD (A1625) tvOS 26
Hello, We have Video Stream app. It has HLS VOD Content. We supply 1080p, 4K Contents to users. Users were watching 1080p content before tvOS 26. Users can not watch 1080p content anymore when they update to tvOS 26. We have not changed anything at HLS playlist side and application version. This problem only occurs on Apple TV 4th Gen (A1625) tvOS 26 version. There is no problem with newer Apple TV devices. Would you help to resolve problem? Thanks in advance
1
0
94
3d
System Data Occupying Half of My Storage
If Apple truly requires this much space for the system, I honestly don’t see the point of having a 256GB device. I have no way of knowing what exactly is included in “System Data,” and I cannot modify or manage it. This is extremely frustrating and confusing for users. Can someone explain why this is necessary?
2
0
391
3d
How to safely terminate hanging threads in launched agent context
Hello, In a launched agent, I need to call into a third‑party library that may occasionally hang. At present, these calls are made from a separate thread, but if the thread hangs it cannot be terminated (pthread_cancel/pthread_kill are ineffective). Would Apple recommend isolating this functionality in a separate process that can be force‑terminated if it becomes unresponsive, or is there a preferred approach for handling such cases in launched agents? Can I use the system call fork() in launched agent? Thank you in advance!
2
0
62
3d
Chances of App Rejection for B2B Rug Cleaning App (with or without IAP)
Hi everyone, I am developing a mobile application designed for rug cleaning businesses. The app allows businesses to register, subscribe, and use various tools to manage their daily operations — such as job tracking, rug status updates, and team coordination. Essentially, our platform provides a SaaS solution specifically for professional rug cleaning companies, not for general consumers. I have a couple of questions: Since the app is meant only for registered businesses, and users must have a valid business account to access the core features — what are the chances of the app being rejected during App Store review? If I integrate Apple In-App Purchase (IAP) for subscription instead of using an external payment method (like Stripe), would that reduce the chances of rejection, or could there still be issues since it’s a B2B app? Any guidance or real experiences with similar business-use apps would be greatly appreciated. Thank you, Dinesh
2
0
170
4d
Reply to Multiple Apple Pay relationships with differing apple-developer-merchantid-domain-association files
Hi @Hunt_Welch, The Apple Pay Web Merchant Registration API is intended for payment platforms and e-commerce providers, to register and manage a portfolio of merchants via REST API. Please see the following post to answer your questions about configuring multiple providers, payment gateways, and merchants with this API: Apple Pay Web and Ecommerce site hosting Multiple Merchants on a Single Domain Site https://developer.apple.com/forums/thread/61538?answerId=829805022#829805022 Cheers, Paris X Pinkney |  WWDR | DTS Engineer
4d
Reply to registering apple pay as a psp
Hi @aobifuze, For more information about onboarding as a payment platform, please download the Platform Integration Guide PDF listed on the following page: Apple Pay: Resources https://developer.apple.com/apple-pay/resources/ Once you've configured your environment, you may submit a request to access the Apple Pay Web Merchant Registration API. Please follow the steps outlined in the documentation below: Applying to use the registration API and configuring IDs https://developer.apple.com/documentation/applepaywebmerchantregistrationapi/applying-to-use-the-registration-api-and-configuring-ids In your request, please explain your intent to be a PSP or payment platform and the Apple Pay team will explain the rest of the process. Cheers, Paris X Pinkney |  WWDR | DTS Engineer
4d