Search results for

Apple Maps Guides

149,562 results found

Post

Replies

Boosts

Views

Activity

Reply to App Rejected Under Guideline 4.3(a) - “Spam” for Unofficial Telegram Client with Unique Features
Thank you for your post. We recommend that you sign up for a session with App Review during the weekly Meet with Apple event. Sign in with your Developer ID and select Request a one-on-one App Review consultation. A member of the App Review team will help you with your questions regarding the review process and the App Review Guidelines. https://developer.apple.com/events/view/upcoming-events Albert Pascual
  Worldwide Developer Relations.
1w
Adding App Icon to Xcode for Tahoe
I have designed a new icon for my app/Tahoe in Icon Composer (launched from within Xcode)but I simply cannot get it to show up. The documentation for Icon Composer spends a lot of time describing how to design the icons but goes distressingly vague/silent on how one might use it. It suggests that I should drag the file to Xcode and it will guide me as to where to put it. The app continues to use the old (pre-Tahoe) icon. I don't get any change of behaviour and I don't know what to name the file. I assume that there are no other settings that I have to change. I can't find anything on the web or in Apple's documentation: maybe I'm missing something obvious! My app is a working NSDocument-based Cocoa project. Any suggestions please. Tahoe 26.0.1, Xcode 26.0.1, Apple M1 Max MBP.
2
0
119
1w
Reply to APPLE STOCKS
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 an idea? Thanks for your idea. Please review Apple's Unsolicited Idea Submission Policy. https://www.apple.com/legal/intellectual-property/policies/ideas.html Hope this helps Albert Pascual
  Worldwide Developer Relations.
Topic: Business & Education SubTopic: General Tags:
1w
Reply to Subscription purchase not working because status is not "Ready for Sale"
It seems that we cannot test the purchase flow until it has actually been approved. That is incorrect. Testing In-App Purchase in the Apple sandbox environment doesn’t require you submit your In-App Purchases for review. That is, attempting to upgrade your subscription leads to an invalid product ID error, presumably because the product is not ready for sale To resolve your issue, see TN3186: Troubleshooting In-App Purchases availability in the sandbox.
1w
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.
1w
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:
1w
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
60
1w
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
32
1w
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:
1w
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
1w