Notification Issues on iOS 18.1.1
Many users, including myself, are experiencing issues with notifications in the app while running the latest iOS version (18.1.1).
Here’s a potential approach to help diagnose and resolve the issue:
•Use your development tools to emulate both a working and broken version of notifications
•Enable debugging and compare the logs. I’ve noticed issues on devices with iPhone 16 architecture, which might provide a clue.
Additionally, I’ve observed the following behavior that might be helpful in identifying the problem:
•Manually disabling notifications in the iOS settings does not trigger any prompt within the app to re-enable them.
•Even after navigating to the app’s notification settings, there’s no indication or guidance to restore notifications, suggesting there might be an issue with how notifications are implemented.
I hope this information is helpful.