Links

Push Notification

In this tutorial, we're going to setup push notification for authenticating non-trusted devices.

Prerequisites

  • Your APNS Certificate (.p12 file)
  • Your APNS Certificate's password (optional)

Setting up

  • Go to developer dashboard > Settings > Notifications
  • Make sure you picked APNS(iOS)
  • Upload your APNS certificate, and the password if you have a password set for your certificate

That's it.

Your users should be able to receive push notification authentication request. If you haven't configured Cotter in your iOS Application, follow this guide.