-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
During debugging i found that Extension Crashes at below line due to memory issue.
guard let user = database.user else {}
After some research i found that There is a memory limit in notification service extension. You are supposed to use memory less than about 4.5M. So avoid using NSUserDefaults. And Try to save memory you use.
SO is there any workaround ?
Metadata
Metadata
Assignees
Labels
No labels