Post

Replies

Boosts

Views

Activity

Comment on Any workaround for expanding a large category in FamilyActivityPicker?
Thank you for the reply @_lilpit ! I've already reported the issue few months ago, but no response...😢 Cloud you teach me how do you detect the XPC crash? I am currently asking Apple a question using a TSI (Technical Support Incident) ticket. If the customer support engineer is unable to answer, the ticket is usually passed on to a framework engineer. If that happens, there might be some progress !
Topic: App & System Services SubTopic: General Tags:
Sep ’24
Comment on Xcode NSMetaDataQuery error on device running IOS 17.5 - [ERROR] couldn't fetch remote operation IDs
I tested Synchronizing Documents in the iCloud Environment with iOS17.5.1 device, then it succeeded. The containerRootURL.startAccessingSecurityScopedResource is true, but the both errors are still presented. I will investigate what the difference between success one and failure one. (It might be only timing when I created the iCloud container, because iOS17.5.1 provides significant bug fix updates for iCloud and it might affect with this problem)
Aug ’24
Comment on Any workaround for expanding a large category in FamilyActivityPicker?
@Engineer I've reported this twice. FB14067691 and FB15260613
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Comment on Any workaround for expanding a large category in FamilyActivityPicker?
I got response to my feedback report. “Hello! Thank you for your Family Controls Framework feedback and providing a code snippet! We are currently investigating this report and may be in touch soon for additional information.” It seems they are investigating my report !
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on Any workaround for expanding a large category in FamilyActivityPicker?
I've just found an easy way to detect crashes (or rather, force a display update)! Thank you!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Any workaround for expanding a large category in FamilyActivityPicker?
Thank you for the reply @_lilpit ! I've already reported the issue few months ago, but no response...😢 Cloud you teach me how do you detect the XPC crash? I am currently asking Apple a question using a TSI (Technical Support Incident) ticket. If the customer support engineer is unable to answer, the ticket is usually passed on to a framework engineer. If that happens, there might be some progress !
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Xcode NSMetaDataQuery error on device running IOS 17.5 - [ERROR] couldn't fetch remote operation IDs
Re-creating iCloud container with other containerID doesn't solve the problem.
Replies
Boosts
Views
Activity
Aug ’24
Comment on Xcode NSMetaDataQuery error on device running IOS 17.5 - [ERROR] couldn't fetch remote operation IDs
My project's containerRootURL.startAccessingSecurityScopedResource is false 🤯
Replies
Boosts
Views
Activity
Aug ’24
Comment on Xcode NSMetaDataQuery error on device running IOS 17.5 - [ERROR] couldn't fetch remote operation IDs
I tested Synchronizing Documents in the iCloud Environment with iOS17.5.1 device, then it succeeded. The containerRootURL.startAccessingSecurityScopedResource is true, but the both errors are still presented. I will investigate what the difference between success one and failure one. (It might be only timing when I created the iCloud container, because iOS17.5.1 provides significant bug fix updates for iCloud and it might affect with this problem)
Replies
Boosts
Views
Activity
Aug ’24
Comment on NSTreeController, insert, remove, reorder..with Swift Arrays
Although I encountered the removeObjectIdenticalTo:]: unrecognized selector sent to instance xxx error where I tried calling NSTreeController.move(_:to:), the @Kela replies solved my problem! (Thank you very much, the answer saved my lot of time!)
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on Is subscription autoRenewStatus in StoreKit2 working correctly with Sandbox testing?
I've checked willAutoRenew became false in my sandbox(testflight) environement. The answer saved me a lot of time! Thank you!
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Do multiple transactions created or modified within a certain period be emitted as a single Transaction.updates event?
Thank you for the comment. It seems strange to write test code that takes into account the delay of StoreKitTest, so it looks better to wait each Transaction.updates by XCTWaiter, as in testcase1. What do you think about it?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on What type of error is thrown in `Product.SubscriptionInfo.status`?
Yes! I think I am looking for StoreKitError. Thank you!
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on StoreKit 2 • updateListenerTask never called (Ask To Buy context for example)
I saw the descriptions in tvOS 15.4 Release Notes, the bug might be fixed on Xcode13.3 and latest OSs.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’22