Same - not working at all in 13.3 sim
Post
Replies
Boosts
Views
Activity
1. - that started happening to me today. I’ve had no problem with the iOS 14 until today, and now its awful. Anything that uses a browser hangs or throws errors. Mostly its UI hangs (keys on UI keyboard get stuck, safari goes unresponsive to any touch), but I have seen the error the OP mentioned.
Same - I’ve had the beta since release but issue only started today. No problems on iPadOS or Big Sur
Removing the smart battery case solved the issue for me.
I found the issue and solution in another thread. The problem is a known bug with iOS 14 seed 1 and the Smart Battery Case. If you close safari and remove the case, you can then re-launch safari and it will work normally. After that, you can put the case back on and should be ok
Thanks @Santi.Mirenna - that worked for me, too.
Same. Beta 4 on M1 Mac mini caused Teams to hang. I just moved to Beta 5 and Teams is OK now, but Outlook beach-balls immediately after launch. I never had Outlook problems prior to Beta 5, and no problems with Teams prior to Beta 4.
Hi @Claude31, here is where I read the definition of DateComponents.month. [https://developer.apple.com/documentation/foundation/datecomponents/1780256-month]
If I remove the month component, how would I configure for schedules that repeat on an unusual number of months? For example, a notification that repeats every 13 months - I'm not sure how to do that. Should it be DateComponents.day = 386 ?
@Claude31 thanks for your help. I think I'll have the app check for pending notifications, and make sure the next one is always scheduled. The user won't benefit from having multiple notifications queued for the same event - it only matters that the next scheduled notification appears when it should.
The code will be a bit more work, but it will get the job done.
Thanks again.