Search results for

“Apple Maps Guides”

155,916 results found

Post

Replies

Boosts

Views

Activity

Unable to reuse Bundle ID across accounts after TestFlight-only usage
I’m working with two Apple Developer Organization accounts and ran into an issue with Bundle ID reuse. In Account A: I created an App ID: com.example.app Created an app in App Store Connect using this Bundle ID Uploaded builds and used it only for TestFlight (never submitted for App Store review) Now I want to move development to Account B. However: When I try to create the same Bundle ID (com.example.app) in Account B, I get: “An App ID with Identifier 'com.example.app' is not available.” What I’ve considered: The app has never been submitted or approved It has only been used for TestFlight testing I have not yet attempted App Transfer (since it requires an approved app) Questions: Is a Bundle ID permanently locked to the original account even if the app was never submitted for review? If I delete the App ID and app from Account A, will the Bundle ID ever become reusable? Is submitting the app once and then using App Transfer the only way to move this Bundle ID to another account?
3
0
98
1w
Reply to How does Associated Domains Development works on watchOS?
Thanks @kelin Yeah in Apple Watch there are still a few limitations. There is a good documentation to see the difference and how to test per device: https://developer.apple.com/documentation/xcode/allowing-apps-and-websites-to-link-to-your-content/#Support-universal-links openSystemURL(_:) in watchOS I think you finding the limitations of what app will open. I would recommend to fill an enhancement request for the watch if you want to behave like an iOS device: If you're not familiar with how to file enhancement requests, take a look at Bug Reporting: How and Why? Albert Pascual
  Worldwide Developer Relations.
Topic: App & System Services SubTopic: General Tags:
1w
Reply to MapKit JS 401 Not Authorized (details empty) even with multiple token variants
Receiving the same result. Tokens that were originally working and non-expired suddenly began returning the same as the above. Tokens were all generated from https://developer.apple.com/account/resources/services/maps-tokens with accurate domains. curl 'https://cdn.apple-mapkit.com/ma/bootstrap?apiVersion=2&mkjsVersion=5.81.60&poi=1' -H 'accept: */*' -H 'accept-language: en-US,en;q=0.9' -H 'authorization: Bearer {token]' -H 'origin: {url}' -H 'priority: u=1, i' -H 'referer: {url}' {error:{message:Not Authorized,details:[]}} I additionally have exhausted all options including generating tokens from a p8. By all evaluation it appears to be an issue on Apple's side. I hope this can be resolved soon, as it's been a great inconvenience, especially having recently migrated from OpenStreetMaps to MapkitJS.
1w
Universal Links: Apple CDN returns SWCERR00301 Timeout for specific domains while others on same server work fine
Hi Everyone, We're experiencing a persistent issue where Apple's CDN returns SWCERR00301 Timeout for some of our associated domains, while other domains hosted on the exact same server work perfectly. Note: Using aliases below for privacy. working.example.com and failing.example.com are not our actual domains. The Problem Our app has multiple associated domains. When checking Apple's CDN: Working domain: $ curl -sD - https://app-site-association.cdn-apple.com/a/v1/www.working.example.com -o /dev/null HTTP/1.1 200 OK Apple-Origin-Format: json Cache-Control: max-age=21600,public Failing domain (same server, same IP, same AASA content): $ curl -sD - https://app-site-association.cdn-apple.com/a/v1/www.failing.example.com -o /dev/null HTTP/1.1 404 Not Found Apple-Failure-Reason: SWCERR00301 Timeout Apple-Failure-Details: {cause:context deadline exceeded (Client.Timeout exceeded while awaiting headers)} Apple-Try-Direct: true Cache-Control: max-age=3600,public O
4
0
165
1w
First review with subscription
I am trying to release a web view app using capacitor. In storekit I get the price and subscription length just dandy. but when I use my real phone, with setting to force app to use store, the apple store returns invalidProducts: with my product ID. that then causes my app to fail. the subscription site in state waiting for review- Each time i submit the app, I delete the current subscription and then update the app to point at a new one. 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). feel I am going round in circles a little. thanks for any tips or pointers
2
0
52
1w
Reply to Apple Developer Program enrollment stuck – "We are unable to process your request. An unknown error occurred."
Hi, the Apple Support team, just wanted to let everyone know that I also have an open support case (Case ID: 102861576902) related to this issue. Unfortunately, the system no longer allows me to add comments to it directly, so I just wanted to make sure it's visible here. Hoping it gets picked up soon — thank you all for your patience and support! 🙏
1w
Apple Developer Program enrollment stuck – "We are unable to process your request. An unknown error occurred."
Hi everyone, I've been trying to enroll in the Apple Developer Program for the past 5 days and keep hitting the same error at the final step: We are unable to process your request. An unknown error occurred. I've already contacted Apple Developer Support but have not received any response after 5 days. I've also tried: Different browsers and clearing cache/cookies Different network connections My Apple ID is in good standing and my payment method is valid. The error gives no further details, which makes it hard to troubleshoot. Has anyone experienced this and found a solution? Any help or guidance from Apple staff would be greatly appreciated. Thank you!
2
0
120
1w
Reply to My App stuck in "Waiting for Review" two week
Not only you. I currently have 2 app updates still stuck in Waiting for Review, and another app has been sitting there for more than 30 days. I’ve already tried resubmitting, contacting support, and submitting expedited review requests, but nothing has helped. I know Apple probably has a huge number of submissions, but it’s still very frustrating when my apps are stuck for weeks while friends get new apps reviewed in 1–2 days and updates approved within hours. It honestly makes the whole review process feel very unfair and discouraging.
1w
New app not available on App Store after approval
Hello, My app has been approved on March 14, 2023 and has the status Ready for sale ever since. But the app is still not available on App Store, and whenever i use the link in App Connect to view on App Store it says App Not available. This app is currently not available in your country or region. Initially I made the app only available in my country, after few days of getting that error, I made it available worldwide but still can't seem to find my app being available. I've sent a support ticket to apple a few days ago but got no reply. In the approval email it said it may take up to 24 hours for the app to be available on App Store, but few days have passed and still not available on app store. The app is free, and i checked all the countries and regions for availability. What can be the problem, how long does it take? Thank you
3
0
2.7k
1w
Tap to Pay on iPhone – question about flow after “Prerequisites”
Hello, I’m trying to better understand the implementation flow for Tap to Pay on iPhone. In a partner onboarding portal (Partner Hub), the process is presented in the following stages: • Registration • Prerequisites • Operations & Setup • Certification • Launch However, it’s not clear what actually changes after completing the “Prerequisites” stage. Questions: After completing “Prerequisites”, are there any changes in terms of entitlements or capabilities provided by Apple? Is access to Tap to Pay functionality enabled at this point, or does it depend on steps outside of Apple’s developer environment? At what stage is the production entitlement typically granted? Is there any Apple-specific action required between “Prerequisites” and “Operations & Setup”? I would appreciate any clarification on how this transition works from Apple’s perspective. Thank you.
1
0
101
1w
Reply to Tap to Pay on iPhone – question about flow after “Prerequisites”
Step 1: Account Registration and Setup: Creation and validation of the account in the Apple Developer Program. Without an active and regularized account, the process cannot begin. Step 2: Development Entitlement Request: Completion of the Apple form to download the Payment Service Provider (PSP) — in this case, Stripe — and the regions of operation. Step 3: Design and Construction (Development Phase): Technical implementation following the High-Quality Guideline (HIG) and functional requirements. Step 4: Publication Right Request: Audit phase where Apple reviews the workflow recording and delivery to meet the requirements to allow distribution via TestFlight and the App Store. Step 5: Submission and Release: Final App Store review and publication for general availability (GA).
Topic: App & System Services SubTopic: Wallet Tags:
1w
Reply to Apple Developer Account permanent Termination/Deletion request
If apple community support or developer support is reading this, Please ensure that my request is carried out and my developer account is terminated and that this is escalated to the appropriate teams to process and carry this out. I have already tried contacting developer support through the developer website and choosing the correct categories and no response and case gets close so please make sure that my apple developer account is permanently terminated and deleted.
1w
Reply to Apple Developer Program enrollment stuck – "We are unable to process your request. An unknown error occurred."
Hi, just adding a follow-up to my own post — I also submitted a case to Apple Developer Support 5 days ago and have not received any response yet. The error persists across different browsers, devices, and network connections, so it doesn't appear to be a local issue on my end. If any Apple staff can see this thread, I would really appreciate it if you could look into my account. I'm happy to provide my Apple ID or any other details needed to investigate. Thank you to anyone who can help!
1w
Unable to reuse Bundle ID across accounts after TestFlight-only usage
I’m working with two Apple Developer Organization accounts and ran into an issue with Bundle ID reuse. In Account A: I created an App ID: com.example.app Created an app in App Store Connect using this Bundle ID Uploaded builds and used it only for TestFlight (never submitted for App Store review) Now I want to move development to Account B. However: When I try to create the same Bundle ID (com.example.app) in Account B, I get: “An App ID with Identifier 'com.example.app' is not available.” What I’ve considered: The app has never been submitted or approved It has only been used for TestFlight testing I have not yet attempted App Transfer (since it requires an approved app) Questions: Is a Bundle ID permanently locked to the original account even if the app was never submitted for review? If I delete the App ID and app from Account A, will the Bundle ID ever become reusable? Is submitting the app once and then using App Transfer the only way to move this Bundle ID to another account?
Replies
3
Boosts
0
Views
98
Activity
1w
Reply to 26.4 beta and RC versions are unable to be created on anything but 26.4 beta host OS
I just checked on FB22286320 and it seems that you pushed back on this. Thanks. Given that there’s a workaround for the immediate issue, I think your bug report is the right path forward for future improvements. 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
1w
Reply to How does Associated Domains Development works on watchOS?
Thanks @kelin Yeah in Apple Watch there are still a few limitations. There is a good documentation to see the difference and how to test per device: https://developer.apple.com/documentation/xcode/allowing-apps-and-websites-to-link-to-your-content/#Support-universal-links openSystemURL(_:) in watchOS I think you finding the limitations of what app will open. I would recommend to fill an enhancement request for the watch if you want to behave like an iOS device: If you're not familiar with how to file enhancement requests, take a look at Bug Reporting: How and Why? Albert Pascual
  Worldwide Developer Relations.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to MapKit JS 401 Not Authorized (details empty) even with multiple token variants
Receiving the same result. Tokens that were originally working and non-expired suddenly began returning the same as the above. Tokens were all generated from https://developer.apple.com/account/resources/services/maps-tokens with accurate domains. curl 'https://cdn.apple-mapkit.com/ma/bootstrap?apiVersion=2&mkjsVersion=5.81.60&poi=1' -H 'accept: */*' -H 'accept-language: en-US,en;q=0.9' -H 'authorization: Bearer {token]' -H 'origin: {url}' -H 'priority: u=1, i' -H 'referer: {url}' {error:{message:Not Authorized,details:[]}} I additionally have exhausted all options including generating tokens from a p8. By all evaluation it appears to be an issue on Apple's side. I hope this can be resolved soon, as it's been a great inconvenience, especially having recently migrated from OpenStreetMaps to MapkitJS.
Replies
Boosts
Views
Activity
1w
Universal Links: Apple CDN returns SWCERR00301 Timeout for specific domains while others on same server work fine
Hi Everyone, We're experiencing a persistent issue where Apple's CDN returns SWCERR00301 Timeout for some of our associated domains, while other domains hosted on the exact same server work perfectly. Note: Using aliases below for privacy. working.example.com and failing.example.com are not our actual domains. The Problem Our app has multiple associated domains. When checking Apple's CDN: Working domain: $ curl -sD - https://app-site-association.cdn-apple.com/a/v1/www.working.example.com -o /dev/null HTTP/1.1 200 OK Apple-Origin-Format: json Cache-Control: max-age=21600,public Failing domain (same server, same IP, same AASA content): $ curl -sD - https://app-site-association.cdn-apple.com/a/v1/www.failing.example.com -o /dev/null HTTP/1.1 404 Not Found Apple-Failure-Reason: SWCERR00301 Timeout Apple-Failure-Details: {cause:context deadline exceeded (Client.Timeout exceeded while awaiting headers)} Apple-Try-Direct: true Cache-Control: max-age=3600,public O
Replies
4
Boosts
0
Views
165
Activity
1w
First review with subscription
I am trying to release a web view app using capacitor. In storekit I get the price and subscription length just dandy. but when I use my real phone, with setting to force app to use store, the apple store returns invalidProducts: with my product ID. that then causes my app to fail. the subscription site in state waiting for review- Each time i submit the app, I delete the current subscription and then update the app to point at a new one. 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). feel I am going round in circles a little. thanks for any tips or pointers
Replies
2
Boosts
0
Views
52
Activity
1w
Reply to Apple Developer Program enrollment stuck – "We are unable to process your request. An unknown error occurred."
Hi, the Apple Support team, just wanted to let everyone know that I also have an open support case (Case ID: 102861576902) related to this issue. Unfortunately, the system no longer allows me to add comments to it directly, so I just wanted to make sure it's visible here. Hoping it gets picked up soon — thank you all for your patience and support! 🙏
Replies
Boosts
Views
Activity
1w
Apple Developer Program enrollment stuck – "We are unable to process your request. An unknown error occurred."
Hi everyone, I've been trying to enroll in the Apple Developer Program for the past 5 days and keep hitting the same error at the final step: We are unable to process your request. An unknown error occurred. I've already contacted Apple Developer Support but have not received any response after 5 days. I've also tried: Different browsers and clearing cache/cookies Different network connections My Apple ID is in good standing and my payment method is valid. The error gives no further details, which makes it hard to troubleshoot. Has anyone experienced this and found a solution? Any help or guidance from Apple staff would be greatly appreciated. Thank you!
Replies
2
Boosts
0
Views
120
Activity
1w
Reply to My App stuck in "Waiting for Review" two week
Not only you. I currently have 2 app updates still stuck in Waiting for Review, and another app has been sitting there for more than 30 days. I’ve already tried resubmitting, contacting support, and submitting expedited review requests, but nothing has helped. I know Apple probably has a huge number of submissions, but it’s still very frustrating when my apps are stuck for weeks while friends get new apps reviewed in 1–2 days and updates approved within hours. It honestly makes the whole review process feel very unfair and discouraging.
Replies
Boosts
Views
Activity
1w
New app not available on App Store after approval
Hello, My app has been approved on March 14, 2023 and has the status Ready for sale ever since. But the app is still not available on App Store, and whenever i use the link in App Connect to view on App Store it says App Not available. This app is currently not available in your country or region. Initially I made the app only available in my country, after few days of getting that error, I made it available worldwide but still can't seem to find my app being available. I've sent a support ticket to apple a few days ago but got no reply. In the approval email it said it may take up to 24 hours for the app to be available on App Store, but few days have passed and still not available on app store. The app is free, and i checked all the countries and regions for availability. What can be the problem, how long does it take? Thank you
Replies
3
Boosts
0
Views
2.7k
Activity
1w
Tap to Pay on iPhone – question about flow after “Prerequisites”
Hello, I’m trying to better understand the implementation flow for Tap to Pay on iPhone. In a partner onboarding portal (Partner Hub), the process is presented in the following stages: • Registration • Prerequisites • Operations & Setup • Certification • Launch However, it’s not clear what actually changes after completing the “Prerequisites” stage. Questions: After completing “Prerequisites”, are there any changes in terms of entitlements or capabilities provided by Apple? Is access to Tap to Pay functionality enabled at this point, or does it depend on steps outside of Apple’s developer environment? At what stage is the production entitlement typically granted? Is there any Apple-specific action required between “Prerequisites” and “Operations & Setup”? I would appreciate any clarification on how this transition works from Apple’s perspective. Thank you.
Replies
1
Boosts
0
Views
101
Activity
1w
Reply to Tap to Pay on iPhone – question about flow after “Prerequisites”
Step 1: Account Registration and Setup: Creation and validation of the account in the Apple Developer Program. Without an active and regularized account, the process cannot begin. Step 2: Development Entitlement Request: Completion of the Apple form to download the Payment Service Provider (PSP) — in this case, Stripe — and the regions of operation. Step 3: Design and Construction (Development Phase): Technical implementation following the High-Quality Guideline (HIG) and functional requirements. Step 4: Publication Right Request: Audit phase where Apple reviews the workflow recording and delivery to meet the requirements to allow distribution via TestFlight and the App Store. Step 5: Submission and Release: Final App Store review and publication for general availability (GA).
Topic: App & System Services SubTopic: Wallet Tags:
Replies
Boosts
Views
Activity
1w
Reply to Apple Developer Account permanent Termination/Deletion request
If apple community support or developer support is reading this, Please ensure that my request is carried out and my developer account is terminated and that this is escalated to the appropriate teams to process and carry this out. I have already tried contacting developer support through the developer website and choosing the correct categories and no response and case gets close so please make sure that my apple developer account is permanently terminated and deleted.
Replies
Boosts
Views
Activity
1w
Reply to Apple Developer Program enrollment stuck – "We are unable to process your request. An unknown error occurred."
Hi, just adding a follow-up to my own post — I also submitted a case to Apple Developer Support 5 days ago and have not received any response yet. The error persists across different browsers, devices, and network connections, so it doesn't appear to be a local issue on my end. If any Apple staff can see this thread, I would really appreciate it if you could look into my account. I'm happy to provide my Apple ID or any other details needed to investigate. Thank you to anyone who can help!
Replies
Boosts
Views
Activity
1w
Apple developer enrollment
I did my apple enrolment on April 3rd and I don not have any response yet. What are the next steps
Replies
1
Boosts
0
Views
79
Activity
1w