Search results for

Apple Maps Guides

149,565 results found

Post

Replies

Boosts

Views

Activity

Reply to Missing a functional link to the Terms of Use (EULA)
In my case Apple rejected subscriptions, the answer from Apple was: We were unable to find the following required item(s) in your app's metadata: – A functional link to the Terms of Use (EULA) What helped in my case: Created custom Terms of Use (insread of standart Apple EULA). Added links to Terms of Use and Privacy Policy to App Description field: appstoreconnect / app / Distribution / iOS App / version / Description (or just https://appstoreconnect.apple.com/apps/[appid]/distribution/ios/version/inflight -> Description) My links in Description field look like that: ... Terms of Use: https://... Privacy Policy: https://... Added a plain text of License Agreement instead of it's url to Custom License Agreement field: appstoreconnect / app / Distribution / General / App Information (or just https://appstoreconnect.apple.com/apps/[appid]/distribution/info) / General Information / License Agreement / Edit / choose Apply a custom EULA ... / Custom License Agreement Instructions for
2w
Can I access Enterprise APIs for visionOS (main camera) with an individual developer account?
Hello, my name is Kanazawa Kenta, and I am a university student currently conducting research and development using visionOS. In my project, I would like to access the main camera using the Enterprise APIs for visionOS. However, when I try to request permission or view the documentation, I receive the following message: Your account can’t access this page. There may be certain requirements to view this content. You must be the Account Holder of an Apple Developer Program for Organizations or an Apple Developer Enterprise Program to view this page. I am currently enrolled in the Apple Developer Program as an Individual. My question is: Is it possible to use the Enterprise APIs with an individual developer account? If not, what are the available options for students or researchers who wish to use these APIs for academic purposes? I would greatly appreciate any guidance or suggestions on how I can gain access, or alternative ways to use the main camera for research in visionOS. Thank y
4
0
129
2w
How can I cancel my TestFlight build subscription purchase?
I built a TestFlight version of my unpublished app. While using it, I wanted to test out the subscription purchase and when I did, I used my real production Apple ID and not a Sandbox test account to purchase the subscription. I was surprised to see that it worked and I was able to use the test subscription in the app. However, I now have no way of canceling it. It has renewed every day at the same time due to the accelerated TestFlight subscription rate (it's a monthly sub). I read that it should stop auto-renewing after the 6th time, but I believe it's been over a week now and it still hasn't cancelled. I understand that it's not a real purchase, but I would still like to cancel it so I can try it without the purchase again using this account and also use it with a different Sandbox account. Can someone help me with canceling it? Since the account I used was not a Sandbox account, I can't just clear the purchase history in App Store Connect. Also, I can't go into my personal account settings to rem
2
0
168
2w
When is Apple ever going to release an updated screensaver Xcode template?
Since legacyScreenSaver is still the thing running screensavers we make, and it's still buggy, why won't they give us a new template for building screensavers that run in the new engine? And hopefully they don't require them to blend in with the desktop, because most of us don't want that. A wallpaper is a wallpaper, and a screensaver is a screensaver.
3
0
124
2w
Bone deformation
I have been tasked with creating content for the Apple Vision Pro. Just the 3D content and animation, not the programming end of things. I can't seem to get any kind of mesh deformation animation to import into Reality Composer Pro. By that I mean bones/skin, or even point cache. I work on PC, and my main software is 3DS Max, but I'm borrowing an iMac for this job, and was instructed to use RCP on it for testing before handing things off to the programmer. My files open and play fine in other USD programs, like Omniverse, or USD View, just not Reality Composer Pro. I've seen the dinosaur demo in AVP, so I know mesh deformation is possible. If there are other essential tools that might make this possible, I have not been made aware of them. I am experimenting with bouncing things off of Blender, in case that exports better, but not really having luck there either -though my results are different. Thanks.
0
0
73
2w
Reply to Incorrect position rendering of WGS84 coordinate in MKMapView: Discrepancy between Apple Maps (Hong Kong) and Amap (Mainland China)
The current issue is not that there is a need to use a non-WGS 84 system, but rather that it is unclear what type of map MapKit is currently using. MapKit uses CLLocationCoordinate2D as part of its API, and that class is documented as using the WGS 84 reference frame. — Ed Ford,  DTS Engineer
2w
Reply to How to accurately query HKWorkout segment data
Thank you for sharing this article — it directly touches on the issue I’m currently facing. I have actually tried both approaches mentioned: 1.Using .distanceWalkingRunning or .distanceCycling samples to accumulate distance and determine per-kilometer (or per-mile) ranges. This is a reasonable suggestion, but it comes with a major drawback. For example, processing a 100 km cycling workout produces a very large number of samples, and the overhead becomes even greater when handling multiple workouts in bulk. In other words, this method is valid but not efficient. 2.As edorphy pointed out, Apple Watch’s Activity app does record per-kilometer and per-mile split points as HKWorkoutEvents. In my own testing, these event markers are actually more accurate than the splits derived from accumulating .distanceWalkingRunning or .distanceCycling samples. This leads to a simple but important question: how can developers make effective use of the HKWorkoutEvents that Apple Watch already records and stores
2w
Reply to Unable to Accept Invite
Same here, this is very frustrating. Not working either in iOS TF or Mac TF. Error: Unable to Accept Invite The Apple Account you're currently signed in with, d*****@gmail.com, doesn't match the one associated to this invitation. You can sign in to TestFlight with the original Apple Account, d*****@gmail.com, or request a new invitation from the developer.
2w
Reply to I need help for Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
If your app has been rejected and you need help resolving the issue, consider taking advantage of one of the following support options available from App Review: Reply to the message from App Review in App Store Connect and request clarification. Request a call with an Apple representative to discuss the outcome of the review. Submit an appeal to the App Review Board if you believe your app follows the App Review Guidelines. Visit the Contact Us page on Apple Developer and select the App Review tile to learn more.
2w
Reply to Can I save data to an App Group container from a ILClassificationRequest classifier?
I haven't been able to find much in the documentation on whether this behavior is enforced in classificationResponse handlers. Apple's barebones page on SMS and Call Spam Reporting[1] says the system always deletes your extension’s container after your extension terminates, but that doesn't answer whether you can write to an App Group container. No, you cannot. This could have been more directly stated, but this is basically implementing one of the strongest possible restrictions* around your extension. For comparison, the filter data provider extension, which can examine the contents of all network traffic, is allowed to write to its data container but cannot write ANYWHERE else on the system (nor can its container be read). ILClassificationUIExtensionViewController takes that level of protection one step further and doesn't even preserve your app’s own container. *We could have simply blocked writing, but I suspect container writing was allowed to provide a bit more implementation flexibility. For
Topic: App & System Services SubTopic: Core OS Tags:
2w
Reply to Guidance / Documentation on iOS 18.6.1 Blood Oxygen Saturation
Thanks for bringing up the potential policy problem. I indeed can't speak for the App Review team, and so would suggest that you contact App Review(login required). I don't see an API that allows you to tell if an Apple Watch is impacted. I agree that a separate syncing system is far from ideal, and yes, filing a feedback report is the way to go in this situation. Best, —— Ziqiao Chen  Worldwide Developer Relations.
2w
Reply to NVMe External Disk working in MacOS Sequoia But not in Tahoe
These are the Developer Forums, where third-party developers of apps for Apple's platforms ask each other for hints and tips on coding. These forums aren't a direct line to Apple's developers. If you have an issue, you can raise a bug at: https://feedbackassistant.apple.com/ If you do so, please provide the full model number for your NVMe drive, and the exact versions of macOS that you tried. They will be needed.
Topic: Community SubTopic: Apple Developers Tags:
2w
Reply to Sufficient mac for Xcode web app development project
If you use an M1 MacBook Air with 8 GB of memory, you may not be able to open multiple Xcode projects. I had one 2 and a half years ago at work. It often hung up. Also, depending on how much you write code, Xcode projects can quickly fill up your SSD. My M2 Mac mini has 512 GB space with an external HD taken from an old iMac machine. Each week, I create a few dozen Xcode projects in SwiftUI and lose several GB to them. So I end up deleting old data folders in DrivedData. As you probably, you cannot increase memory or swap SDDs with machines with Apple-made chips.
2w
Reply to Instructions for debugging recent macos kernel versions?
I have been trying to boot my M2 using this kext collection (after kmutil configure-boot ... successfully completed), but so far that step hasn't worked. Every time the system tries to boot with this custom built kext collection (in Permissive mode), the Apple icon shows up for a few seconds and then system shutdown and then again the Apple icon shows up and this keeps continuing. One quick point here- make sure you're using EXACTLY the correct KDK version and development kernel version. Running unname -a on your working system will get you the right T* kernel variant. __ Kevin Elliott DTS Engineer, CoreOS/Hardware
Topic: App & System Services SubTopic: Core OS Tags:
2w