Search results for

“Apple Maps Guides”

155,926 results found

Post

Replies

Boosts

Views

Activity

Reply to Deaf friend
Thank you for the post, we do not disclose any updates ahead of the schedule. However we have a huge amount of accessibility features that may help: https://support.apple.com/guide/iphone/overview-accessibility-features-hearing-iphb210be03a/ios Your question seems related to a consumer feature and is better suited for the Apple Support Communities. They can help you to find the accessibility feature to use in this case. https://discussions.apple.com/welcome Hope this helps Albert Pascual
  Worldwide Developer Relations.
1w
Reply to App Clip card shows "App Clip Unavailable” after app release (Status: Received)
Is there an additional propagation or approval step required after the status becomes Received for Advanced App Clip Experiences? From TN3168: Making your App Clip available in the App Store > Retry your invocation later: In rare cases, your App Clip may become unavailable due to factors outside of your control. After Apple approves your App Clip, it may unexpectedly take some time for your App Clip to be available in all the countries or regions you select in App Store Connect. The same situation may occur when you edit your App Clip information in App Store Connect. Retry your invocation at a later time. Additionally, what is the size of your App Clip? Please confirm that you followed the instructions from Choosing the right functionality for your App Clip > Keep your App Clip within size limitations: To ensure a fast launch experience, App Clips must be small. Aim to keep your App Clip binary well below the applicable limit: iOS version Maximum size of the uncompressed App Clip binary iOS 15
1w
App Clip card shows "App Clip Unavailable” after app release (Status: Received)
We are facing an issue where our App Clip card appears when scanning the QR code, but displays “App Clip Unavailable” even though the main app is already live on the App Store. App Details • App Name: ExpRE – Experiencing Reality • Main App Bundle ID: com.livingmedia.adplayer • App Clip Bundle ID: com.livingmedia.adplayer.Clip • Apple ID: 6758887250 • Team ID: 9NU8HZB68A Current Status: • Main app status: Ready for Distribution (visible on App Store) • App Clip Advanced Experience status: Received • App Clip Experience URL: https://aaj-tak-test-app.web.app Issue Description When scanning the QR code linked to the App Clip Experience: • The App Clip card with image appears • But the card shows the message: “App Clip Unavailable” Additional Observations • The default App Clip link opens correctly: https://appclip.apple.com/id?p=com.livingmedia.adplayer.Clip • Advanced App Clip Experience status still shows “Received”. • Also if there is testflight build then clip card work. But fresh install with QR wi
3
0
103
1w
Clarification on Disk Write Limits (bug_type 145) and Cross-Volume Write Amplification
Hello Apple Developer Support and Community, I am a senior software engineer investigating a Disk Writes Resource Violation (bug_type 145) for a photo-management application (BeePhotos v2.3.0). We observed a violation where the app dirtied approximately 1GB of file-backed memory in just 48 seconds, triggering a resource report. [Core Diagnostic Data] The following data is extracted from the .crash report: Event: disk writes Action taken: none Writes caused: 1073.96 MB over 48.28s (Average: 22.24 MB/second) System Limit: 1073.74 MB over 86,400 seconds (Daily limit) Device: iPhone 15 Pro (iPhone16,2) OS Version: iOS 26.4 (Build 23E244) Free Space: 3852.25 MB (Approx. 3.8 GB) [Implementation Details] Our application performs the following sequence for a 1GB video download: Download: Uses NSURLSessionDownloadTask to download the file to the system-provided location URL (in the /tmp or com.apple.nsurlsessiond directory). Move: In didFinishDownloadingToURL, we move the file to the App’s sandbox Library/Cac
1
0
110
1w
Reply to Categorize Contacts
These forums are for questions about developing software and accessories for Apple platforms. If your question is about the Contacts app that is available to all users on Apple Platforms and iCloud.com, you would receive better responses in the Apple Support forums. https://discussions.apple.com/welcome If your question is about developing a contacts app, please add more information about the technology you are using below. Importantly, since you mention this is a business, If you are able to make decisions on behalf of this business and the business qualifies, your company can receive additional solutions such as custom contacts directories. For more information on Apple Business. see https://www.apple.com/business/  Travis
Topic: Design SubTopic: General
1w
Apple paid developer program enrollment
Hi All, on 02/04 I successfully purchased apple developer program using the appstore. 1 week passed and no confirmation and access yet, the money is taken from my account. doublet the amount ! one from appstore and one from apple developer website. I sent daily mails to apple developer support, no one even thought to answer. any help how to get access to developer program and get refund for the other 100$ apple took? thanks in advance, Nadi
1
0
53
1w
FinanceKit: Apple Cash transfers missing contact information
I’m testing FinanceKit with Apple Cash and noticed that transfers don’t include any counterparty information. Here’s an example transaction I fetched: Transaction( id: 5A96EA49-B7C9-4481-949D-88247210C1D7, accountID: 28D7C0E2-DC2A-4138-B105-BCE5EE00B705, transactionAmount: 30 USD, creditDebitIndicator: .credit, transactionDescription: Transfer, originalTransactionDescription: , merchantCategoryCode: nil, merchantName: nil, transactionType: .transfer, status: .booked, transactionDate: 2025-08-19 21:57:54 +0000, postedDate: 2025-08-19 21:57:55 +0000 ) As you can see: transactionDescription is just Transfer originalTransactionDescription is empty merchantName is nil No counterparty details are exposed In contrast, the Wallet app clearly shows the other person’s name and avatar for Apple Cash transfers, making it easy to understand who the payment was with. In FinanceKit, there’s no way to distinguish between transfers with different people — every transfer looks identical. Questions Is there a
1
0
204
1w
Reply to First review with subscription
does the subscription need to be active to pass review, and how to pass review while submitting a subscription (subscription must be submitted with an app). Testing In-App Purchase in the Apple sandbox environment doesn’t require you submit your In-App Purchases for review. but when I use my real phone, with setting to force app to use store, The sandbox environment is a test environment for testing the In-App Purchase implementation in your app with real product data from App Store Connect. TestFlight also uses the sandbox for In-App Purchases. StoreKit queries App Store Connect for this data when your app calls StoreKit APIs in the sandbox. For more information, see Testing In-App Purchases with sandbox. the apple store returns invalidProducts: To troubleshoot this issue, see TN3186: Troubleshooting In-App Purchases availability in the sandbox.
1w
DeviceActivityReport Extension not working on iOS 26.4 — Extension process never launches
Device: iPhone 15 Pro Max, iOS 26.4 Xcode: Latest version, development signing with Automatically manage signing Team: Registered Apple Developer Program (Organization) Problem DeviceActivityReport SwiftUI view renders completely blank. The Report Extension's makeConfiguration(representing:) is never called (confirmed via App Group counter that stays at 0). The DeviceActivityMonitorExtension callbacks (intervalDidStart, eventDidReachThreshold) also never fire. What works AuthorizationCenter.shared.requestAuthorization(for: .individual) → .approved DeviceActivityCenter().startMonitoring() → registers schedules successfully, center.activities returns them ManagedSettingsStore.shield.applications → blocks apps correctly from the main app process Screen Time is enabled and actively collecting data (Settings > Screen Time shows per-app usage: Clash Royale 2h 35m, etc.) App Group UserDefaults(suiteName:) read/write works from the main app What doesn't work DeviceActivityReportExtension.makeConfiguration
1
0
150
1w
Reply to RealityView camera feed not shown
Hey @joycode / @mcdopsa / @Sebalafiera201, Have any of you filed a bug report for this issue? Our engineering teams need to investigate this issue, as resolution may involve changes to Apple's software. I'd greatly appreciate it if you could open a bug report, include a sample project that replicates the issue, and post the FB number here once you do. Bug Reporting: How and Why? has tips on creating your bug report. Thanks! Michael
Topic: Spatial Computing SubTopic: ARKit Tags:
1w
Reply to Deaf friend
Thank you for the post, we do not disclose any updates ahead of the schedule. However we have a huge amount of accessibility features that may help: https://support.apple.com/guide/iphone/overview-accessibility-features-hearing-iphb210be03a/ios Your question seems related to a consumer feature and is better suited for the Apple Support Communities. They can help you to find the accessibility feature to use in this case. https://discussions.apple.com/welcome Hope this helps Albert Pascual
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
1w
Reply to App Clip card shows "App Clip Unavailable” after app release (Status: Received)
Is there an additional propagation or approval step required after the status becomes Received for Advanced App Clip Experiences? From TN3168: Making your App Clip available in the App Store > Retry your invocation later: In rare cases, your App Clip may become unavailable due to factors outside of your control. After Apple approves your App Clip, it may unexpectedly take some time for your App Clip to be available in all the countries or regions you select in App Store Connect. The same situation may occur when you edit your App Clip information in App Store Connect. Retry your invocation at a later time. Additionally, what is the size of your App Clip? Please confirm that you followed the instructions from Choosing the right functionality for your App Clip > Keep your App Clip within size limitations: To ensure a fast launch experience, App Clips must be small. Aim to keep your App Clip binary well below the applicable limit: iOS version Maximum size of the uncompressed App Clip binary iOS 15
Replies
Boosts
Views
Activity
1w
App Clip card shows "App Clip Unavailable” after app release (Status: Received)
We are facing an issue where our App Clip card appears when scanning the QR code, but displays “App Clip Unavailable” even though the main app is already live on the App Store. App Details • App Name: ExpRE – Experiencing Reality • Main App Bundle ID: com.livingmedia.adplayer • App Clip Bundle ID: com.livingmedia.adplayer.Clip • Apple ID: 6758887250 • Team ID: 9NU8HZB68A Current Status: • Main app status: Ready for Distribution (visible on App Store) • App Clip Advanced Experience status: Received • App Clip Experience URL: https://aaj-tak-test-app.web.app Issue Description When scanning the QR code linked to the App Clip Experience: • The App Clip card with image appears • But the card shows the message: “App Clip Unavailable” Additional Observations • The default App Clip link opens correctly: https://appclip.apple.com/id?p=com.livingmedia.adplayer.Clip • Advanced App Clip Experience status still shows “Received”. • Also if there is testflight build then clip card work. But fresh install with QR wi
Replies
3
Boosts
0
Views
103
Activity
1w
Clarification on Disk Write Limits (bug_type 145) and Cross-Volume Write Amplification
Hello Apple Developer Support and Community, I am a senior software engineer investigating a Disk Writes Resource Violation (bug_type 145) for a photo-management application (BeePhotos v2.3.0). We observed a violation where the app dirtied approximately 1GB of file-backed memory in just 48 seconds, triggering a resource report. [Core Diagnostic Data] The following data is extracted from the .crash report: Event: disk writes Action taken: none Writes caused: 1073.96 MB over 48.28s (Average: 22.24 MB/second) System Limit: 1073.74 MB over 86,400 seconds (Daily limit) Device: iPhone 15 Pro (iPhone16,2) OS Version: iOS 26.4 (Build 23E244) Free Space: 3852.25 MB (Approx. 3.8 GB) [Implementation Details] Our application performs the following sequence for a 1GB video download: Download: Uses NSURLSessionDownloadTask to download the file to the system-provided location URL (in the /tmp or com.apple.nsurlsessiond directory). Move: In didFinishDownloadingToURL, we move the file to the App’s sandbox Library/Cac
Replies
1
Boosts
0
Views
110
Activity
1w
Reply to Categorize Contacts
These forums are for questions about developing software and accessories for Apple platforms. If your question is about the Contacts app that is available to all users on Apple Platforms and iCloud.com, you would receive better responses in the Apple Support forums. https://discussions.apple.com/welcome If your question is about developing a contacts app, please add more information about the technology you are using below. Importantly, since you mention this is a business, If you are able to make decisions on behalf of this business and the business qualifies, your company can receive additional solutions such as custom contacts directories. For more information on Apple Business. see https://www.apple.com/business/  Travis
Topic: Design SubTopic: General
Replies
Boosts
Views
Activity
1w
Reply to Paid for Apple Developer Program but Account Still Pending After 2 Weeks (No Response from Support)
Me too! I've sent 4 emails through support. Can't get to a human anywhere. They took my money over a week ago. No response. No account. WTH @apple
Replies
Boosts
Views
Activity
1w
Apple paid developer program enrollment
Hi All, on 02/04 I successfully purchased apple developer program using the appstore. 1 week passed and no confirmation and access yet, the money is taken from my account. doublet the amount ! one from appstore and one from apple developer website. I sent daily mails to apple developer support, no one even thought to answer. any help how to get access to developer program and get refund for the other 100$ apple took? thanks in advance, Nadi
Replies
1
Boosts
0
Views
53
Activity
1w
Reply to FinanceKit: Apple Cash transfers missing contact information
I work on a personal finance app. We get the same fields populated in a Transaction from Apple Cash as described in this post. Our customers are asking us to populate their register in our app with the name of the person or business that were the other party in the transaction. I would second this feature request.
Replies
Boosts
Views
Activity
1w
FinanceKit: Apple Cash transfers missing contact information
I’m testing FinanceKit with Apple Cash and noticed that transfers don’t include any counterparty information. Here’s an example transaction I fetched: Transaction( id: 5A96EA49-B7C9-4481-949D-88247210C1D7, accountID: 28D7C0E2-DC2A-4138-B105-BCE5EE00B705, transactionAmount: 30 USD, creditDebitIndicator: .credit, transactionDescription: Transfer, originalTransactionDescription: , merchantCategoryCode: nil, merchantName: nil, transactionType: .transfer, status: .booked, transactionDate: 2025-08-19 21:57:54 +0000, postedDate: 2025-08-19 21:57:55 +0000 ) As you can see: transactionDescription is just Transfer originalTransactionDescription is empty merchantName is nil No counterparty details are exposed In contrast, the Wallet app clearly shows the other person’s name and avatar for Apple Cash transfers, making it easy to understand who the payment was with. In FinanceKit, there’s no way to distinguish between transfers with different people — every transfer looks identical. Questions Is there a
Replies
1
Boosts
0
Views
204
Activity
1w
Reply to First review with subscription
does the subscription need to be active to pass review, and how to pass review while submitting a subscription (subscription must be submitted with an app). Testing In-App Purchase in the Apple sandbox environment doesn’t require you submit your In-App Purchases for review. but when I use my real phone, with setting to force app to use store, The sandbox environment is a test environment for testing the In-App Purchase implementation in your app with real product data from App Store Connect. TestFlight also uses the sandbox for In-App Purchases. StoreKit queries App Store Connect for this data when your app calls StoreKit APIs in the sandbox. For more information, see Testing In-App Purchases with sandbox. the apple store returns invalidProducts: To troubleshoot this issue, see TN3186: Troubleshooting In-App Purchases availability in the sandbox.
Replies
Boosts
Views
Activity
1w
DeviceActivityReport Extension not working on iOS 26.4 — Extension process never launches
Device: iPhone 15 Pro Max, iOS 26.4 Xcode: Latest version, development signing with Automatically manage signing Team: Registered Apple Developer Program (Organization) Problem DeviceActivityReport SwiftUI view renders completely blank. The Report Extension's makeConfiguration(representing:) is never called (confirmed via App Group counter that stays at 0). The DeviceActivityMonitorExtension callbacks (intervalDidStart, eventDidReachThreshold) also never fire. What works AuthorizationCenter.shared.requestAuthorization(for: .individual) → .approved DeviceActivityCenter().startMonitoring() → registers schedules successfully, center.activities returns them ManagedSettingsStore.shield.applications → blocks apps correctly from the main app process Screen Time is enabled and actively collecting data (Settings > Screen Time shows per-app usage: Clash Royale 2h 35m, etc.) App Group UserDefaults(suiteName:) read/write works from the main app What doesn't work DeviceActivityReportExtension.makeConfiguration
Replies
1
Boosts
0
Views
150
Activity
1w
Reply to RealityView camera feed not shown
Hey @joycode / @mcdopsa / @Sebalafiera201, Have any of you filed a bug report for this issue? Our engineering teams need to investigate this issue, as resolution may involve changes to Apple's software. I'd greatly appreciate it if you could open a bug report, include a sample project that replicates the issue, and post the FB number here once you do. Bug Reporting: How and Why? has tips on creating your bug report. Thanks! Michael
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
1w
Reply to Apple Developer Program enrollment stuck on Pending – Payment charged on March 30
Same here I enrolled since on the 25 March, 2026. now I don’t know what to do, payment went through, apple please help us out. I need thelp account to lunch my apps. Thanks.
Replies
Boosts
Views
Activity
1w
Reply to Github repository issues, no branches showing
No I did not.. I got an email from apple and it was a nothingburger .. they didn't comprehend the issue it seemed and took them like 3-5 days so ... I simply went back to Codemagic and got my work done there
Replies
Boosts
Views
Activity
1w
Reply to Developer Enrollment
Been a little over 12hrs since I posted this, nothing to update. No emails in Junk, etc. Anyone know of another way to contact apple? i will try that and keep this thread updated throughout so everyone has an answer along the way!
Replies
Boosts
Views
Activity
1w