Hello,
First, check the WebADM/OpenOTP logs to ensure that the push request was sent successfully. You should see entries like the following in the logs:
```
[2025-01-16 18:05:52] [
127.0.0.1:46646] [OpenOTP:HH36GRIO] Sent push notification for token #1
[2025-01-16 18:05:52] [
127.0.0.1:46646] [OpenOTP:HH36GRIO] Sent push notification for token #1 (session yEsJozXaNtS6YV1F)
```
If these logs are present, it means:
- OpenOTP successfully sent the push request.
- The request was received by our push services.
- The request was forwarded to Google/Apple push services, and we received confirmation that it was taken into account.
At this point, we cannot guarantee that the push notification will be delivered, as it depends on:
- The mobile device’s internet connectivity.
- Network and routing conditions for the push message.
If the push notification is delivered successfully, it should appear on the mobile device.
On some devices, features like Focus Mode, Do Not Disturb, or Sleep Mode may prevent notifications from appearing on the lock screen. To rule this out, open the app before the push is sent by OpenOTP and check if the notification appears.
If it appears and you have an error when you approve, it is an issue related to the Mobile Endpoint URL configured in OpenOTP or the SSL certificate presented on this endpoint is not publicly trusted (Requirement for iOS devices)
Regards,