Will the “didreceivelocalnotification” method be called if the user has disabled notifications for my app? I need a way to call a method on a specific date . Even if the user doesn’t want to see a notification the method should be called. Is there a better way than local notifications for this?
Will the didreceivelocalnotification method be called if the user has disabled notifications for my
Share
No, its not called.
Its better you to save your task into a server, and run it over there.
You cant guarantee that your user dont delete you app or enable its notifications.