Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this page
Looking for more inspiration?Visit the

Setting up OneTouch notifications


Set up OneTouch push notifications for your users by configuring the OneTouch SDK Settings in your Authy application. This page is part of the Quickstart guide to integrate the Twilio Auth SDK into your app. See the Twilio Auth SDK Quickstart for more information.

You can edit the OneTouch SDK Settings by following the steps described below. First, choose your Authy application and visit the OneTouch section.

OneTouch settings with options for Authy app and SDK, webhook URL, and push notifications.

OneTouch requests

onetouch-requests page anchor

Choose whether the OneTouch requests will be sent to your users through the Authy App, your mobile application with the Twilio Auth SDK (Certificates required. See Push Notifications section below), or both.

Options for receiving OneTouch requests via Authy app or TwilioAuth SDK.

Set up a callback that will be invoked every time your users approve or deny a OneTouch request, so that you can take relevant action and continue with the transaction.

Webhook endpoint URL with HTTP POST method for OneTouch.

Upload your Apple APNS certificate and Google GCM ID to delegate the push notification delivery to Twilio.

Checkbox to enable Android push notifications, iOS notifications already enabled.

For Android

for-android page anchor

Upload your Google Cloud Messaging (GCM) Credentials:

Android requires GCM credentials with API key input field.

Upload the Apple Push Notification Service (APNS) certificate. Both the APN certificate and private key are required. Tick the sandbox option when you are uploading a Development APN certificate:

IOS push notification setup with APNS certificate and private key fields.

Disable Push Notifications on a platform

disable-push-notifications-on-a-platform page anchor

To disable the push notification on a specific platform, Android or iOS, untick the desired platform and save changes. For example, this is how it would look to disable Android:

Disable OneTouch Push Notifications.