I have notifications in my app that show up in the notification bar just fine. However when I tap on the notification nothing happens. It wont open the app for some reason. Does anyone have any idea what might cause this issue?
--Set notification local notificationOptions = { alert = "test message", custom = { value = 1 } } notificationId = system.scheduleNotification(100, notificationOptions)