Post

Replies

Boosts

Views

Activity

Reply to Problem with screen time
[quote='766686021, Natlay_E1, /thread/766686, /profile/Natlay_E1'] Why is my screen time doing this??? [/quote] It’s probably because you have updated your phone to iOS 18. Please see this recent thread for more info (there is not solution, Apple has not yet provided info if / when this software bug will be addressed): https://forums.developer.apple.com/forums/thread/766640
Oct ’24
Reply to iPhone screen time counting when iPhone switched off
[quote='766640021, Juls__, /thread/766640, /profile/Juls__'] I updated my iPhone 13 to iOS 18 a few days ago [/quote] Hello Juls! This is quite likely the reason why you’re seeing the issues. Apple has introduced a series of software glitches in the recent iOS updates, especially when it comes to screen time and the screen time API. Glitches like the one you have described are frequent and happen on both Apple’s Screen Time tool, as well as third party apps that rely on Apple’s Screen Time API (they are forced to use the same underlying buggy technology stack as Apple’s Screen Time, so it makes sense that problems and glitches are shared). I had documented this in FB13696022 a while ago, so Apple knew about it and could've prevented it – but apparently Screen Time is not important enough so that one of Apple’s engineers actually looks at it :/ One thing I could recommend you to try is to turn off "Share across devices" at the bottom of Screen Time settings. Hope that helps!
Oct ’24
Reply to WatchOS local notifications delayed
@coderkid do you have Apple Intelligence enabled on your phone? Others & myself have been experiencing issues that Apple Intelligence is slowing down the whole system (we saw 10 seconds and higher delays) on iOS 18.1. I would recommend trying to turn off Apple Intelligence and see if it still reproduces. Also, definitely file a radar! I hope this gets fixed before iOS 18.1 gets released, otherwise we would have to recommend our users to turn Apple Intelligence off until Apple fixes the performance issues. More info here: https://forums.developer.apple.com/forums/thread/764848
Oct ’24
Reply to Tokens change without reason after updating to iOS 17.5.1
Hello everyone, I wanted to get back to this, it’s October now and we’ve seen some new iOS betas. Did anyone of you find a workaround for this issue? I’m on the latest iOS 18.1 beta and I can still reproduce this problem every day. As suggested by Apple in June, I have: Filed a radar Created a sample project to reproduce Filed a DTS ticket Even after 5 months: no responses. I am very frustrated by their non-existing help with this issue.
Oct ’24
Reply to Checking Equality of ApplicationToken Instances in Swift
@amalshyjo the issue you're seeing could be related to a bug that has been talked about in these posts: https://forums.developer.apple.com/forums/thread/732845 and https://forums.developer.apple.com/forums/thread/758325 This bug was introduced by Apple in iOS 17.5 in spring 2024, however until now they have not responded to our feedback reports. I think it would be useful if you could file a feedback report on this as well, highlighting your perspective on the problem. Hope that helps!
Sep ’24
Reply to X/Twitter Removing the block feature
That’s great feedback. AppStore guideline says: User-Generated Content: Apps with user-generated content must include: • A method for filtering objectionable material. • A mechanism to report offensive content promptly. • The ability to block abusive users from the service. • Published contact information for user support. And also: We treat all developers the same. So, Twitter’s update should be rejected!
Sep ’24
Reply to Implementing Screen Time API’s .all(except:) Policy for Selective App Restrictions
Hello, from the documentation, this API should work how you described: A policy that indicates the device shields all apps and websites, except content that you specify. However, it does not seem to work how documented, because the apps that are specified under except are still shielded, but with a generic shield that just says "Restricted" (even though it shouldn't be shielded at all). Similar unexpected behavior has been reported here as well: https://forums.developer.apple.com/forums/thread/762287
Sep ’24
Reply to iOS 18 - Safari Extension turned on but not working & storage nuked
Hello, we have a similar problem, but on macOS. All settings + data of the user (& myself included) are gone after updating to macOS Sequoia / Safari 18. We are still not sure if that’s a bug on our side or Apple’s. Maybe there’s a new permission that we need to request? Sequoia has a lot of new pop-ups that users need to confirm all the time when opening apps, so maybe there’s also a new permission for the storage that we need to request?
Sep ’24
Reply to ApplicationTokens changing
For further reference, this is the same issue that has been reported on here: https://forums.developer.apple.com/forums/thread/758325 It has been reported to Apple by multiple different App Developers after the bug was introduced in iOS 17.5 early 2024. As of today, the bug has not been acknowledged by Apple. They haven’t shared any workaround either, nor did they provide a roadmap for the bug fix. When this regression was introduced, I would’ve expected a bug fix to be shipped in iOS 17.6 or iOS 18 – but here we are on iOS 18.1 beta 4 and that weird behavior still reproduces just fine. I did some additional debugging and provided a sample project to Apple: As an example, the ApplicationToken that is provided from the FamilyActivityPicker looks like this: { "data": "AAAAAAAAAAAAAAAAKkToQ2HBrz\\/mb1b5nBgxUGvTxFdokb1dbbM9w8aRhfFTiSv2eMY\\/G6E\\/apO4whQ2nUhLdje0YZngcsi7bysG1HGeSwLQsEgVsJEgzXWMpej7eFdLMOJPPU3+8s61R0MljkHltNcE1JVek59MD9V3+5M4MOQ=" } The ApplicationToken that is then later provided to my ShieldConfigurationDataSource and ShieldActionDelegate looks like this however: { "data": "AAAAAAAAAAAAAAAA0vp9A47itDEtRFJBo1qTIcnqhPUqGPgXo9lsfUwtJznfeI8C0\\/mKPRCjuNlXw7Vv4fUbglMx+A4I6v7MKZvmIfWMbR+ufOy14e6SZMsvPd6k76Mu3dmMv98QAKDKwNEKJv7aLpH2JT7RPEqttrv1vBhHKPs=" } In simple words, a completely different token. So far I wasn’t able to dig any forther to figure out if there is actually a way to connec these two Tokens together, but I thought I’d share this nonetheless.
Sep ’24