Search results for

Apple Maps Guides

149,574 results found

Post

Replies

Boosts

Views

Activity

Resubmitting for Apple review
I’m having trouble getting past the demo login on my app. when I press enter demo or sign in, it’s like the buttons are not registering and I can’t enter my app to see what’s wrong with it. Any suggestions on how to fix this issue, so I can send it back for review.
Topic: Code Signing SubTopic: General
1
0
58
1w
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:
1w
Custom Cameras in RealityKit
Hi all, I've developed some code that enables an arcball camera interaction with my scene. I've done this using components and systems. The implementation feels a bit messy as I've got gesture code on my realityView, and then a bunch of other code that uses those gesture inputs in my component and system. Is there a demo app, or some example code that shows a nice way to encapsulate these things in to one item for custom cameras, something like Apple's .realityViewCameraControls(.orbit) If not can anyone recommend an approach to take?
0
0
220
1w
Reply to Xcode Signing Fails: Provisioning Profile "doesn't match" com.apple.developer.driverkit.userclient-access entitlement
Hi Smith, To add more context to my previous reply, especially regarding the userclient-access entitlement: The main reason we switched our testing focus to the communicates-with-drivers entitlement is because the userclient-access path is completely blocked at build time for us, exactly as you suspected. Here is a detailed breakdown of what happens when we use userclient-access: Entitlement Configuration: We configure our DriverKitSampleApp.entitlements with the correct, specific bundle ID of our DEXT: com.apple.developer.driverkit.userclient-access com.accusys.Acxxx.driver Immediate Build Failure: As soon as we try to build the app with this entitlement, Xcode's signing process fails instantly. This happens with both Automatic Signing and a manually created Provisioning Profile. The Error Message: The error is always the same: Provisioning profile ... doesn't match the entitlements file's value for the com.apple.developer.driverkit.userclient-access entitlement. The Proof (from QuickLook): Following your
Topic: App & System Services SubTopic: Drivers Tags:
1w
Failed to submit my application for my Apple Developer Account
I am trying to have an Apple developer account, but when I submit the payment it says that the bank didn’t authorise my transaction, which is not true because I already spoke to the bank and they say they didn’t get a notification of any transaction and they didn’t block anything. I believe the error is on Apple's side and I would be very happy to have any support, especially since I can’t reach to Apple via call and I can’t find their email. Thank you
0
0
66
1w
APPLE STOCKS
Hi I was thinking, wouldn’t it be awesome if Apple had a stock app? I know, it might sound crazy, but honestly, it would be a fantastic addition to their finance section! Imagine having a wallet, Apple credit card, and a stock app all in one place. In my opinion, that could totally revolutionize everything!
1
0
694
1w
Request for Clarification: Developer Account Termination After Metadata Issue
Hello, My Apple Developer account has recently been flagged for termination on the grounds of “fraudulent or dishonest activity.” The reason given was misleading metadata, specifically related to references to “Nano Banana”. I want to clarify a few important points: My app legitimately uses Google’s official API via fal.ai, and I pay for this usage. My app was published before Google even introduced “Nano Banana” as an internal label in Gemini, so there was no way for me to anticipate a conflict. “Nano Banana” is not a registered trademark, only a label Google uses internally. I have already removed every single reference to it from my app and metadata. Currently, none of my applications contain misleading content, inaccurate metadata, or third-party trademarks. My account is in full compliance with the Developer Program License Agreement and App Review Guidelines. Despite this, Apple has proceeded with termination. As an independent developer, this feels like a double standard compared to c
0
0
46
1w
Help with Safari Web Extension Distribution with XCode
How does one get help with learning how to release a simple Javascript (single file) with Manifest on the Apple App Store. All ChatGPT references old menu options and directions that for weeks, I end up down paths that make no sense. Then when I tell ChatGPT, Oh you are right, that option is now ... and you do that - but then it's wrong again. I've bought Apple Developer License and spent 2 weeks wrestling with Certificate and missing files. How does one get help (paid or otherwise) from someone who knows how to release a Safari Web Extension on the App Store?
0
0
37
1w
Reply to How to print WKWebView in Sequoia?
My code is much more elaborate than that. To start with, I create my own print operation via printOperationWithSettings:error: (still Objective-C). I don't call runModal at all. WebView is really tricky with printing, at least for me. I create a new view just for printing, then load it, and print in my load completion using NSDocument's printDocumentWithSettings:.... And of course, all this still uses the long-deprecated WebView class. I don't know if Apple ever added print support WKWebView. Still works in Tahoe. You seem to be trying to use the new logic. I don't plan on using WKWebView in the future anyway. So if Apple eventually removes the old WebView I won't be affected.
Topic: App & System Services SubTopic: Core OS Tags:
1w