I’m working on switching my deprecated notifications over to the new plugin notifications and I’m pretty sure there is a bug in the notifications plugin. I’m running this code when the user closes the app:
local options = { alert = "Your bonus is ready, click here to claim!", } local notification1 = notifications.scheduleNotification(60, options)
It’s as basic as basic can be pretty much. However, everytime I close the app I get an error saying that my app has stopped and the notification never shows. I’m requiring the notifications plugin as well.