Search results for

“Apple Maps Guides”

155,773 results found

Post

Replies

Boosts

Views

Activity

Reply to What is ~/.CFUserTextEncoding used for?
Albert’s provided some good info, but I want to talk about the big picture here. Why are you asking about this? From an API perspective, ~/.CFUserTextEncoding is an implementation detail. If you’re writing code, the location, format, and function of that file shouldn’t matter. Can you elaborate on the context which caused you to ask this question? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
1d
Reply to Apple Developer Program – Account still Pending after 11 days (Order D009571392)
I have the same issue. I paid for the Apple Developer Program membership on April 10, 2026 — 6 days ago — but my account still shows Purchase your membership with no access to any developer tools. My details: • Order Number: D004753291 • Amount: $99.00 • Bank transaction confirmed: Approved • Support Case ID: 102869832765 I have contacted Apple Developer Support multiple times but received only an automated response. This is blocking my development work entirely.
1d
Urgent Help Needed with Apple Developer Program
Thank you Apple Developer Team for your wonderful support and services. I would love to know how to proceed with my Apple Developer Account Enrollment. I began my enrollment on the website, and when I wanted to apply, I had to reload my network around the final pages, and I don't know what happened if I was supposed to even see a payment page. I was told that I would be contacted by Apple Support with information on how I would complete enrollment. An open ticket has been there and is yet to receive a response from the Apple Developer Team. This should be a world-class team that focuses on user experience. Is there a way to get a response to help me enroll my company in this program faster? Enrollment ID: 55ZWR58659
0
0
13
1d
Apple Developer Program Enrollment
I would love to know how to proceed with my Apple Developer Account Enrollment. I began my enrollment on the website, and when I wanted to apply, I had to reload my network around the final pages, and I don't know what happened if I was supposed to even see a payment page. I was told that I would be contacted by Apple Support with information on how I would complete enrollment. An open ticket has been there and is yet to receive a response from the Apple Developer Team. This should be a world-class team that focuses on user experience. Is there a way to get a response to help me enroll my company in this program faster?
1
0
18
1d
Questions Regarding Apple's Third-party SDKs Signature Policy
Hello, I have a question regarding Apple's policy on third-party SDK signatures. I have reviewed the official documentation here: https://developer.apple.com/support/third-party-SDK-requirements/ Our app is developed in the following environment: Minimum Target: iOS 15 Xcode: 26.2 Engine: Unreal Engine 4.27.2 We are integrating the Firebase SDK into our project. However, we are experiencing app crashes caused by an issue within the GoogleAdsOnDeviceConversion.xcframework included in the Firebase SDK (related to a memory optimization issue in UE4). According to an official response from the Firebase team, this crash can be resolved by wrapping the Firebase SDK in a dynamic XCFramework. We have confirmed that this solution does indeed fix the crash. The problem is that wrapping the Firebase SDK in a custom dynamic XCFramework removes all of the original Firebase SDK signatures. The documentation on third-party SDK signatures, which I referenced earlier, states that a signature is required for the Fireb
0
0
96
1d
External Purchase Link Entitlement RU - 500 Internal Server Error
Hello, We are a Russian developer attempting to enable the StoreKit External Purchase Link Entitlement for our app. According to Apple’s documentation, this entitlement is required to provide external purchase links in Russia. However, the official request page consistently returns a 500 Internal Server Error: https://developer.apple.com/contact/request/storekit-external-entitlement-ru Steps we tried: Different browsers (Safari, Chrome, Edge) Different networks and VPNs Multiple developer accounts The error persists in all cases. We have already opened a support case (Case #102864703080), but Developer Support advised us to post here for technical guidance. Questions: Is there an alternative way to submit the entitlement request while the page is unavailable? Can Apple confirm whether this is a known issue and if a fix is in progress? Are manual submissions via the general Contact Us form accepted for this entitlement? Screenshots of the error are attached. Thank you in advance for any guida
0
0
11
1d
App stuck "In Review" for 7 days after being approved
Hello, Our app has been stuck in In Review for 7 days, after being approved. The iOS version was approved on April 9th and the macOS version was approved on April 12th. Since then, both versions show In Review and there has been no status changes or messages in App Store Connect. • April 8 ---> Waiting for Review • April 9 ---> In Review (Approved) • ... • April 16 ---> In Review We contacted Apple a week ago (case ids 102865508515 and 102865870578) but there was no response. We also talked to Apple Support, they told us the issue has been escalated to the technical team. There are also leaderboards that were archived before these last versions and they are still showing in the Games App and Game Center. Possibly because of this same issue, we suspect. At this point we don't know what the issue is, how long until these very important updates will go live, or when we can push other updates. App ID: 1611398578 Thanks.
2
0
106
1d
In-App Purchase works in Sandbox & TestFlight, but App Review reports “No action on Subscribe button”
Hello everyone, I’m facing a persistent App Store rejection under Guideline 2.1(b) – App Completeness, related to In-App Purchases, and I’m unable to reproduce the issue on my end. Issue reported by Apple Review Apple Review team reports: “No action occurred when we attempted to buy the subscription.” Device: iPad Air 11-inch (M3) OS: iPadOS 26.4.1 What I have verified from my side I have thoroughly tested the subscription flow under multiple scenarios: Sandbox Testing Using sandbox test accounts Product loads correctly Purchase flow completes successfully Apple payment sheet appears properly TestFlight Testing Installed app via TestFlight Logged in with real Apple ID (Beta tester) Successfully completed subscription purchase Device Testing Tested on multiple iPhones Tested on iPad as well Purchase flow works correctly on all devices App Store Connect Configuration Paid Apps Agreement → Active Banking & Tax → Completed (no pending warnings) In-App Purchase status → “In
0
0
26
1d
Technical risks of swapping between UITableViewDiffableDataSource and UITableViewDataSource on UITableView
I am currently migrating an app from the classic UITableViewDataSource to UITableViewDiffableDataSource. In certain complex cases, I find myself needing to toggle between the UITableViewDataSource and UITableViewDiffableDataSource on a single UITableView instance. Apple's official documentation for UITableViewDiffableDataSource contains a strict warning: Do not change the dataSource on the table view after you configure it with a diffable data source. If the table view needs a new data source after you configure it initially, create and configure a new table view and diffable data source. I’m seeking clarification on: Internal State: What specific UIKit caching or internal state is corrupted if we nil out the diffable source and re-assign a classic one? Background Processes: Does the background diffing engine pose a risk (race conditions/crashes) if the source is swapped while a diff is calculating? The Safe Reset: If swapping is truly necessary, is there a verified cleanup sequence (e.g., clearing s
0
0
23
1d
Reply to What is ~/.CFUserTextEncoding used for?
Albert’s provided some good info, but I want to talk about the big picture here. Why are you asking about this? From an API perspective, ~/.CFUserTextEncoding is an implementation detail. If you’re writing code, the location, format, and function of that file shouldn’t matter. Can you elaborate on the context which caused you to ask this question? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1d
Reply to Apple Developer Program – Account still Pending after 11 days (Order D009571392)
I have the same issue. I paid for the Apple Developer Program membership on April 10, 2026 — 6 days ago — but my account still shows Purchase your membership with no access to any developer tools. My details: • Order Number: D004753291 • Amount: $99.00 • Bank transaction confirmed: Approved • Support Case ID: 102869832765 I have contacted Apple Developer Support multiple times but received only an automated response. This is blocking my development work entirely.
Replies
Boosts
Views
Activity
1d
Urgent Help Needed with Apple Developer Program
Thank you Apple Developer Team for your wonderful support and services. I would love to know how to proceed with my Apple Developer Account Enrollment. I began my enrollment on the website, and when I wanted to apply, I had to reload my network around the final pages, and I don't know what happened if I was supposed to even see a payment page. I was told that I would be contacted by Apple Support with information on how I would complete enrollment. An open ticket has been there and is yet to receive a response from the Apple Developer Team. This should be a world-class team that focuses on user experience. Is there a way to get a response to help me enroll my company in this program faster? Enrollment ID: 55ZWR58659
Replies
0
Boosts
0
Views
13
Activity
1d
Apple Developer Program Enrollment
I would love to know how to proceed with my Apple Developer Account Enrollment. I began my enrollment on the website, and when I wanted to apply, I had to reload my network around the final pages, and I don't know what happened if I was supposed to even see a payment page. I was told that I would be contacted by Apple Support with information on how I would complete enrollment. An open ticket has been there and is yet to receive a response from the Apple Developer Team. This should be a world-class team that focuses on user experience. Is there a way to get a response to help me enroll my company in this program faster?
Replies
1
Boosts
0
Views
18
Activity
1d
i didnt got membership access although i made payment
i made payment. for the apple membership of 99$ 5 days ago, till now i didnt got access for the membership, it shows pending payment, please help me in this
Replies
0
Boosts
0
Views
18
Activity
1d
Reply to Program Enrollment
I have the same exact issue. My Apple Dev Program has been Pending status for 5 days also. I’ve already sent email to apple support and somehow they dont respond yet (already past 24 hours)
Replies
Boosts
Views
Activity
1d
Reply to macOS 26: NSTokenField crashes due to NSGenericException caused by too many Update Constraints
Hello Dave, I just received an update to my original feedback from Apple, stating that your solution to implement isEqual() is the correct solution and that the Investigation is complete - Works as currently designed. Thanks for sharing your solution!
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
1d
Questions Regarding Apple's Third-party SDKs Signature Policy
Hello, I have a question regarding Apple's policy on third-party SDK signatures. I have reviewed the official documentation here: https://developer.apple.com/support/third-party-SDK-requirements/ Our app is developed in the following environment: Minimum Target: iOS 15 Xcode: 26.2 Engine: Unreal Engine 4.27.2 We are integrating the Firebase SDK into our project. However, we are experiencing app crashes caused by an issue within the GoogleAdsOnDeviceConversion.xcframework included in the Firebase SDK (related to a memory optimization issue in UE4). According to an official response from the Firebase team, this crash can be resolved by wrapping the Firebase SDK in a dynamic XCFramework. We have confirmed that this solution does indeed fix the crash. The problem is that wrapping the Firebase SDK in a custom dynamic XCFramework removes all of the original Firebase SDK signatures. The documentation on third-party SDK signatures, which I referenced earlier, states that a signature is required for the Fireb
Replies
0
Boosts
0
Views
96
Activity
1d
Reply to AppEntity / EntityQuery returns multiple results but Shortcuts only displays a single item on newest iOS 26.4
I’m experiencing the same issue—have you found a solution? The issue still occurs on iOS 26.4.1. Hopefully, Apple will fix it in 26.5.
Replies
Boosts
Views
Activity
1d
External Purchase Link Entitlement RU - 500 Internal Server Error
Hello, We are a Russian developer attempting to enable the StoreKit External Purchase Link Entitlement for our app. According to Apple’s documentation, this entitlement is required to provide external purchase links in Russia. However, the official request page consistently returns a 500 Internal Server Error: https://developer.apple.com/contact/request/storekit-external-entitlement-ru Steps we tried: Different browsers (Safari, Chrome, Edge) Different networks and VPNs Multiple developer accounts The error persists in all cases. We have already opened a support case (Case #102864703080), but Developer Support advised us to post here for technical guidance. Questions: Is there an alternative way to submit the entitlement request while the page is unavailable? Can Apple confirm whether this is a known issue and if a fix is in progress? Are manual submissions via the general Contact Us form accepted for this entitlement? Screenshots of the error are attached. Thank you in advance for any guida
Replies
0
Boosts
0
Views
11
Activity
1d
App stuck "In Review" for 7 days after being approved
Hello, Our app has been stuck in In Review for 7 days, after being approved. The iOS version was approved on April 9th and the macOS version was approved on April 12th. Since then, both versions show In Review and there has been no status changes or messages in App Store Connect. • April 8 ---> Waiting for Review • April 9 ---> In Review (Approved) • ... • April 16 ---> In Review We contacted Apple a week ago (case ids 102865508515 and 102865870578) but there was no response. We also talked to Apple Support, they told us the issue has been escalated to the technical team. There are also leaderboards that were archived before these last versions and they are still showing in the Games App and Game Center. Possibly because of this same issue, we suspect. At this point we don't know what the issue is, how long until these very important updates will go live, or when we can push other updates. App ID: 1611398578 Thanks.
Replies
2
Boosts
0
Views
106
Activity
1d
In-App Purchase works in Sandbox & TestFlight, but App Review reports “No action on Subscribe button”
Hello everyone, I’m facing a persistent App Store rejection under Guideline 2.1(b) – App Completeness, related to In-App Purchases, and I’m unable to reproduce the issue on my end. Issue reported by Apple Review Apple Review team reports: “No action occurred when we attempted to buy the subscription.” Device: iPad Air 11-inch (M3) OS: iPadOS 26.4.1 What I have verified from my side I have thoroughly tested the subscription flow under multiple scenarios: Sandbox Testing Using sandbox test accounts Product loads correctly Purchase flow completes successfully Apple payment sheet appears properly TestFlight Testing Installed app via TestFlight Logged in with real Apple ID (Beta tester) Successfully completed subscription purchase Device Testing Tested on multiple iPhones Tested on iPad as well Purchase flow works correctly on all devices App Store Connect Configuration Paid Apps Agreement → Active Banking & Tax → Completed (no pending warnings) In-App Purchase status → “In
Replies
0
Boosts
0
Views
26
Activity
1d
Technical risks of swapping between UITableViewDiffableDataSource and UITableViewDataSource on UITableView
I am currently migrating an app from the classic UITableViewDataSource to UITableViewDiffableDataSource. In certain complex cases, I find myself needing to toggle between the UITableViewDataSource and UITableViewDiffableDataSource on a single UITableView instance. Apple's official documentation for UITableViewDiffableDataSource contains a strict warning: Do not change the dataSource on the table view after you configure it with a diffable data source. If the table view needs a new data source after you configure it initially, create and configure a new table view and diffable data source. I’m seeking clarification on: Internal State: What specific UIKit caching or internal state is corrupted if we nil out the diffable source and re-assign a classic one? Background Processes: Does the background diffing engine pose a risk (race conditions/crashes) if the source is swapped while a diff is calculating? The Safe Reset: If swapping is truly necessary, is there a verified cleanup sequence (e.g., clearing s
Replies
0
Boosts
0
Views
23
Activity
1d
Urgent: Apple Developer Account Approval Delay
Dear Apple Support Team, I purchased an Apple Developer account, but it has still not been approved even after 8 days. I have sent more than 10 emails regarding this issue, but I have not received any response so far. I kindly request you to look into this matter and resolve it on priority.
Replies
0
Boosts
0
Views
19
Activity
1d