Post

Replies

Boosts

Views

Activity

Comment on Watch Complication Only Showing Dashes
I got the single target app to work by implementing "getComplicationDescriptors(handler:)" and deleting the plist entry for "ClockKit Complication - Supported Families". (I think that's equivalent to changing the CLKComplicationDescriptors as suggested above). But because of the cache issue, the user still needs to edit the available complications on the watch face and chose the new one - but that may be self evident when the user sees "---" on the watch face.
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’24
Comment on How to Retrieve Current Badge Count After applicationIconBadgeNumber Deprecation?
I have made a Feedback request to not deprecate the method. It is difficult for an app to parallel a set of UNNotificationRequest's set at various times and determine what badge number those requests may have set. It can be done, but what a hassle!
Replies
Boosts
Views
Activity
Jan ’25
Comment on CKModifyBadgeOperation is no longer working?
And again - shouldBadge in CloudKit, if ever set to YES, will permanently screw up the use of CloudKit as far as the app's badge is concerned. BIG mistake on your part. Please restore some method of zeroing that count and eliminate shouldBadge.
Replies
Boosts
Views
Activity
Aug ’24
Comment on CKModifyBadgeOperation is no longer working?
So the shouldBadge function in CloudKit increments a badge that is permanent and gets set as the app icon's badge whenever CloudKit sends a new notification. Over and over again. And there is no way of zeroing or clearing that badge count. Either I don't understand what you did or you don't understand what you did. PLEASER explain!
Replies
Boosts
Views
Activity
Aug ’24
Comment on Watch Complication Only Showing Dashes
I got the single target app to work by implementing "getComplicationDescriptors(handler:)" and deleting the plist entry for "ClockKit Complication - Supported Families". (I think that's equivalent to changing the CLKComplicationDescriptors as suggested above). But because of the cache issue, the user still needs to edit the available complications on the watch face and chose the new one - but that may be self evident when the user sees "---" on the watch face.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on UIAlertController disappearing since iOS 13
I again had this problem and searched and found my solution from 3 years ago - thank you/me.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on Cloud Kit not working after distributing app
Please change "the value in the info.plist" to "the value in the Entitlements File"
Replies
Boosts
Views
Activity
Apr ’22