Search results for

Apple Maps Guides

149,827 results found

Post

Replies

Boosts

Views

Activity

Reply to Unable to renew Apple Developer Program membership
Thanks for the post. We appreciate your interest in participating in the forums! These forums are for questions about developing software and accessories for Apple platforms. Your question seems related to Apple Developer membership. I would recommend to check this help page for the renewal of the membership as its automatic as far as I know: https://developer.apple.com/help/account/membership/renewal/ Albert Pascual
  Worldwide Developer Relations.
2w
Reply to PHPickerViewController unusable via Mac Catalyst on macOS 26 when interface is "Scaled to Match iPad"
This issue is also affecting existing apps built with Xcode prior to 26 and a base SDK prior to 26 but being run on macOS 26. So clearly it's a framework issue in macOS 26 that is affecting an app no matter how/when it was built. It just needs to be an app using Scaled to Match iPad. I really hope Apple gets this resolved in macOS 26.1 (along with half a dozen other critical functionality bugs that I've reported and still are not fixed).
Topic: UI Frameworks SubTopic: UIKit Tags:
2w
Subscription purchase not working because status is not "Ready for Sale"
Hi Apple Devs, We are having trouble getting subscription purchases to work in sandbox. We have sandbox set up with the right account and configuration, but the first subscription we submitted is still pending review. It seems that we cannot test the purchase flow until it has actually been approved. That is, attempting to upgrade your subscription leads to an invalid product ID error, presumably because the product is not ready for sale. Am I misunderstanding how subscriptions are supposed to be tested and reviewed? Thank you!
1
0
62
2w
Forwarded from App Review ticket 102715606681 – still unresolved.”
My message - URGENT - ESCALATE - App Store Connect UI Broken for 10+ Days I have already had to remove a subscription and do a new one as the option for a new in-app purchase was not appearing (I tired to explain that but no one is listening) I still cannot proceed with my app submission. New critical issues: My app version is frozen now. I have tried on a new browser, deleting caches but nothing is working. Every build is costing me money. I email and no response from Monday. Cannot change build from 11 to 12 in app version - no way of deleting last build - no red circle appears. In-App Purchases section is completely unresponsive - cannot attach subscription I have build 12 ready in TestFlight. I have subscription impulse404_premium_monthly_v2 ready to submit. But App Store Connect UI is broken and preventing me from attaching either. This is now costing me significant money in delays. Please escalate this immediately. MY RESPONSE FROM APPLE - Hello, Thank you for making the requested changes. Howe
0
0
39
2w
Reply to update issue
We appreciate your interest in participating in the forums! These forums are for questions about developing software and accessories for Apple platforms. Your question seems related to a consumer feature and is better suited for the Apple Support Communities https://discussions.apple.com/welcome I would recommend to provide the support team more information about what version of iOS did you update to. Albert Pascual
  Worldwide Developer Relations.
Topic: Media Technologies SubTopic: Audio Tags:
2w
Reply to codesign stubbornly failing
If you run codesign on your executable, it tells you exactly what the problem is: /tmp $ codesign -vv -R=anchor apple generic renderrob.app renderrob.app: unsealed contents present in the root directory of an embedded framework In subcomponent: /private/tmp/renderrob.app/Contents/Frameworks/Python.framework If you explore that framework using Terminal, you'll see what it's complaining about: /tmp $ find /private/tmp/renderrob.app/Contents/Frameworks/Python.framework ... /private/tmp/renderrob.app/Contents/Frameworks/Python.framework/Versions/._Current /private/tmp/renderrob.app/Contents/Frameworks/Python.framework/._Resources /private/tmp/renderrob.app/Contents/Frameworks/Python.framework/._Python Remove those files and try again: /tmp $ rm /private/tmp/renderrob.app/Contents/Frameworks/Python.framework/Versions/._Current /tmp $ rm /private/tmp/renderrob.app/Contents/Frameworks/Python.framework/._Resources /tmp $ rm /private/tmp/renderrob.app/Contents/Frameworks/Python.framework/._Python /tmp $ codes
2w
Safari block the access to some port of an IP on the whole system
Hi, Since iOS 26 (and any other apple system with a 26 version) there is a very weird behavior in the whole apple ecosystem (iOS, iPadOS, macOS and visionOS). I'm self-hosting a web project called mempool (https://github.com/Retropex/mempool). This project is entirely self-hosted on my own infrastructure, so I have advanced control to be sure it's just not an anti-DDoS feature that makes the bug happen. So the bug is once I visit my website, for example this page (https://mempool.guide/tx/d86192252a6631831e55f814aea901e65407b6dbda77e1abdea8ec27861e9682) the OS will lose the ability to connect to the underlying IP of the domain (mempool.guide) but the issue seems to affect only the HTTPS/HTTP port (443/80). The issue is system wide, not only is Safari. For exemple I have another domain that resolve to the same IP (haf.ovh) and if this link above trigger the bug then I will also lose the ability to connect to https://haf.ovh A temporary fix that I have is that if I turn off wifi/cellular then
2
0
110
2w
App Store Connect UI Broken - Cannot Attach Build or Subscription for 10+ Days
I've been unable to submit my app for over 10 days due to App Store Connect UI issues. I've contacted Apple Support (Case #102715606681) but haven't received a response in 3 days. App Details: App: IMPULSE404 Bundle ID: com.sophie.impulse404 Apple ID: 6752914939 Version: 1.0 (Prepare for Submission) Build 12 uploaded successfully to TestFlight Issues: Cannot change build: Build 12 is available in TestFlight, but I cannot switch from build 11 to build 12 in my app version. The usual option/button to change builds is not appearing. In-App Purchases section unresponsive: When I click Select the in-app purchases or subscriptions... nothing happens. I cannot attach my subscription (impulse404_premium_monthly_v2) which is Ready to Submit. What I've Tried: Multiple browsers (Safari, Chrome) Cleared cache and cookies Logged out and back in Restarted computer Different devices Waited 3+ days Impact: This is blocking my entire app launch and costing me significant money in delays. The app and subscrip
4
0
144
2w
Reply to Unable to Staple Notarization Ticket – SSL Certificate Mismatch for oscdn.apple.com
Hello Apple Developer Support Team, I’m facing an issue stapling notarization tickets to my signed macOS installer package (.pkg). What I’ve done so far: Code-signed my .app with Developer ID certificate. Created a signed installer package (.pkg) using pkgbuild. Submitted the package to Apple notarization via xcrun notarytool submit ... --wait. Status: Accepted. Tried stapling using xcrun stapler staple -v IPMPlus_Arm_Installer_signed.pkg, but it fails with Error 65. xcrun stapler validate reports no ticket stapled. Observations: Curl tests to CloudKit endpoints return 404 or NOT_FOUND errors. Port 443 connectivity to api.apple-cloudkit.com and gs.apple.com works. Retried stapling from multiple networks, including a mobile hotspot. Same result. System time is synced; package signature is valid (pkgutil --check-signature). Questions: Is this a known issue with stapler / CloudKit endpoints? Is there a workaround to successfully staple a notarization ticket to a signed .pkg? Any guidance would
Topic: Code Signing SubTopic: Notarization Tags:
2w