All Collections
Push Notifications
iOS
How can I use Universal Links with Batch?
How can I use Universal Links with Batch?
Baptiste avatar
Written by Baptiste
Updated over a week ago

Universal Links let you connect to content deep inside your app using standard HTTP or HTTPS links.

Universal links cannot be opened from within an app that supports them. iOS believes you want to exit the app and redirect users to Safari.

The best solution here is to:

  1. Use a classic scheme-based URL (such as "myapp://mydeeplink")

  2. Or configure your app to handle Universal Links and declare your associated domains to the Batch SDK. You will find more information on that point in the documentation.


This article belongs to Batch's FAQ. Need more help? Find insightful articles, documentation, case & market studies, guides, and even more in our website's Resources section on batch.com and our blog.

Did this answer your question?