We have been successfully using notifications.scheduleNotification to schedule local push notifications on iOS & Android devices, but it appears to have stopped working on iOS recently (can’t pinpoint time).
Our logging on iOS shows us scheduling the notification (in UTC) and returning successfully (“userdata: 0x17444cda8”), but when the time comes, notifications aren’t appearing on the device.
In this particular example the logs at the scheduled time showed something that was unhelpful…
"May 8 17:47:00 Nathans-iPhone-6S CommCenter(libATCommandStudioDynamic.dylib)[81] <Notice>: QMI: Svc=0x22(COEX) Ind MsgId=0x0021 Bin=[<private>]
May 8 17:47:00 Nathans-iPhone-6S CommCenter(libATCommandStudioDynamic.dylib)[81] <Notice>: QMI: Svc=0x22(COEX) Ind MsgId=0x0021 Bin=[<private>]
"
I’m running iOS 10.3.1 and the build was on Corona 3003.
Any help greatly appreciated as it’s an app that’s in production with a lot of users.