Search results for

file uri scheme

78,613 results found

Post

Replies

Boosts

Views

Activity

Pending Termination Notice
Recently, my app was deactivated due to guideline 3.2f, and not only the app but also my account is at risk of being deactivated. After reading the guidelines, we disagree with the pre-judgment made by Apple. During the review process, we addressed EVERY point requested by the review team by correcting the issues. We submitted a new bundle to fix the problems we had with app distribution and ad performance. The first bundle sent was removed after being published on the store for a few months; this was our MVP—a simple and unattractive app that was meant to be improved in the future. Then we launched two other bundles; one of them was canceled and we continued with another bundle to adjust problems we had with Firebase and some libraries. In the screenshot below, it is possible to see the other apps that were supposed to be deleted, since Apple itself does not allow the deletion of these apps—I do not know why. After we submitted the third bundle to address Apple’s requests and attempted to publish our app, it
4
0
155
2w
Reply to Multiple-frames BlendShape (failed) Animation in Reality Composer Pro
Hi @alfstg, Is the idea here that you'll write the results of this simulation to a USDZ file then load that into your app on the AVP or are you planning on doing a real time rendering of this simulation? I'm working on getting more info on the USDZ to RCP path you ask about. In the mean time though I wonder if you could use your existing code to convert your surface vtks data into a LowLevelMesh and a group of updates to the vertices (from he deformations on the nodes) played out over time. That won't be as convenient as making a USDZ from the data but might provide more flexibility in your rendering.
2w
Pending Termination Notice - What did I do wrong?
Hello. I am the developer of a game called Heya! Rising Ball on the App Store(Apple ID - 6503669512). I first published my app on June 9, and successfully updated it on June 28 and July 19, continuing to provide service until July 27. However, in the early morning of July 27, I received a Pending Termination Notice. The message stated that my account was found to have engaged in dishonest or fraudulent activity, and because of the severity of the issue, my app was removed, and my account was flagged for removal. The Evidence of Dishonest or Fraudulent Activity mentioned was: App submissions from your account have engaged in concept or feature switch schemes to evade the review process, such as dynamically populating different app content after review, submitting apps with hidden features, repeatedly submitting misleading apps, and/or submitting apps with concrete references to content that you are not authorized to provide or is otherwise not appropriate for the App Store. I reviewed the mentioned se
6
0
2.1k
2w
Reply to Potential Structural Swift Concurrency Issue: unsafeForcedSync called from Swift Concurrent context
[quote='860800022, reglot, /thread/802423?answerId=860800022#860800022, /profile/reglot'] this fires when AVSpeechSynthesisVoice is initialized inside of an asynchronous context. [/quote] Yeah, that’s the sort of thing I saw expecting. And with that hint I was able to reproduce this trivially: Using Xcode 26.0 on macOS 26.0, create a new project from the macOS > App template, choosing SwiftUI as the UI. Add this code to the VStack in ContentView.swift: Button(Test) { Task { let voice = AVSpeechSynthesisVoice(language: nil) print(voice) } } Choose Product > Run. Click the Test button. I’m not sure whether I’d consider that a bug or not, but it definitely warrants deeper consideration from the engineering team responsible for that code. Please file a bug about this, making sure to include a reference to this forums thread and also attach a sysdiagnose log taken shortly after reproducing the issue. I’d appreciate you posting your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo
2w
Reply to DeclaredAgeRange import error in Mac Catalyst app
This is clearly a bug. We either need to fix the SDK or fix the docs. I encourage you to file a bug to that effect. Please post your bug number, just for the record. You’ll be able to get your code building by conditionalising it like so: #if canImport(DeclaredAgeRange) import DeclaredAgeRange #endif And likewise for the places you use the API. Still, that leaves you without this functionality )-: Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
2w
tensorflow 2.20 broken support
Hi, testing latest tensorflow-metal plugin with tensorflow 2.20 doesn't work.. using python Python 3.12.11 (main, Jun 3 2025, 15:41:47) [Clang 17.0.0 (clang-1700.0.13.3)] on darwin simple testing shows error: import tensorflow as tf Traceback (most recent call last): File , line 1, in File /Users/obg/npu/venv-tf/lib/python3.12/site-packages/tensorflow/init.py, line 438, in _ll.load_library(_plugin_dir) File /Users/obg/npu/venv-tf/lib/python3.12/site-packages/tensorflow/python/framework/load_library.py, line 151, in load_library py_tf.TF_LoadLibrary(lib) tensorflow.python.framework.errors_impl.NotFoundError: dlopen(/Users/obg/npu/venv-tf/lib/python3.12/site-packages/tensorflow-plugins/libmetal_plugin.dylib, 0x0006): Library not loaded: @rpath/_pywrap_tensorflow_internal.so Referenced from: <8B62586B-B082-3113-93AB-FD766A9960AE> /Users/obg/npu/venv-tf/lib/python3.12/site-packages/tensorflow-plugins/libmetal_plugin.dylib Reason: tried: '/Users/obg/npu/venv-tf/lib/python3.12/site-
1
0
420
2w
Reply to Take correctly sized screenshots with ScreenCaptureKit
Thank you for filing a bug report (FB15370384). At this time your bug remains open and under investigation. Please continue to test your software in release and pre-release versions of system software made available to you through your developer.apple.com account. When you do, add details about that into your bug report to keep it up to date. Please see https://developer.apple.com/download/.
Topic: Media Technologies SubTopic: General Tags:
2w
Reply to Attempting to go directly to a help book page results in the main help book page being displayed instead
Thank you for filing a bug report (FB19929918). At this time your bug remains open and under investigation. Please continue to test your software in release and pre-release versions of system software made available to you through your developer.apple.com account. When you do, add details about that into your bug report to keep it up to date. Please see https://developer.apple.com/download/.
2w
Reply to PHPickerFilter doesn't always apply in Collections tab when using PHPickerViewController
Thank you for filing a bug report (FB20104294). It has been assigned to an engineering team for analysis and it is currently open and under investigation. Please continue to test your software in release and pre-release versions of system software made available to you through your developer.apple.com account. When you do, add details about that into your bug report to keep it up to date. Please see https://developer.apple.com/download/.
2w
Reply to Can I save data to an App Group container from a ILClassificationRequest classifier?
Thanks very much, Kevin. It does seem like a bit of a miss that you can send the data off-device to train a filter, but can't do so on-device, especially given all the new on-device ML support. Perhaps there's a good reason for it. The issue here is that, for obvious reasons, the user’s message data is considered particularly sensitive. Sending it off-device is obviously a serious concern, but if that's going to happen, the best way to mitigate that is by minimizing the ability to relate messages to each other... and the best way to ensure that is to ensure that the extension doesn't have any content to relate or share. That leads to here: but if not, I'd love to be able to do this in a future version. I don't know if it's feasible or not, but if you're willing to commit being ENTIRELY on-device, the obvious alternative here would be to allow you to store data but completely disable all network access. If that's an approach you'd be interested in implementing, then I'd recommend filing a bug asking f
Topic: App & System Services SubTopic: Core OS Tags:
2w
Can I save data to an App Group container from a ILClassificationRequest classifier?
Title's basically the whole question. I'm writing an SMS/Call Reporting extension (ILClassificationUIExtensionViewController). My goal is to keep everything on device and not use the built-in SMS/network reporting. To that end, I'm trying to write to a file in the App Group container from the classificationResponse handler. I'm getting Error 513: You don’t have permission to save the file “classification_log.txt” in the [app group container folder]. 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. I haven't been able to find that answer elsewhere. ChatGPT and Gemini are both very sure it can be done. Any thoughts? [1] https://developer.apple.com/documentation/identitylookup/sms-and-call-spam-report
5
0
324
2w