JMRSDK Development
v4.57
v4.57
  • Jio Mixed Reality SDK Documentation
    • Changelog
      • Upgrade Guide
    • Application Requirements
  • Device Information
    • JioGlass
    • JioDive
  • Supported Smartphones
  • Controller Specifications
    • Physical Controllers
    • External Gamepad
    • Virtual Controller
  • Getting Started
    • Development Platform
    • Setting Up Jio Mixed Reality Project in Unity
    • Video Tutorials
    • URP Support
      • Setting Up Your Project With URP
  • JMRSDK
    • JMRSDK Content
    • JMRMixedReality Prefab
    • System Dock
    • JMRRig
      • Local Rig
      • Setting Homepage (Quit functionality)
    • Webcast
  • Develop
    • Editor Emulator
    • JioGlass Controller Interactions
    • Cameras
    • Tesseract Mixed Reality UI Toolkits
    • In-app purchase
    • Examples
  • Interaction
    • Gaze Interaction
      • Gaze and Click
      • Gaze and Dwell
    • Interaction
      • Pointer Manager
        • Examples
      • Active Input Source
    • Interfaces
      • IFocusable
      • ISelectHandler
      • ISelectClickHandler
      • IBackHandler
      • IHomeHandler
      • IMenuHandler
      • IFn1Handler
      • IFn2Handler
      • ITouchHandler
      • ISwipeHandler
      • IManipulationHandler
    • Controller Input Actions
      • Touchpad - Touch
      • Touchpad - Swipe
      • Source Buttons
      • Manipulation
    • Actions
    • Device State
      • JioDive Device State
      • JioGlass Device State
      • Controller Device State
  • Tracking
    • Tracking
      • Coordinate System
    • Tracking Framework
      • TrackerManager Actions
        • Get Head Position
        • Get Head Rotation
        • Get Head Transform
      • TrackerManager Methods
        • Get Head Position
        • Get Head Rotation
        • Get Head Transform
    • Recenter
  • Building and Testing
    • Building to Target Device
      • Merging AndroidManifest
      • Performance Optimization
      • App optimization
    • Running your application
      • JioImmerse App For Jio Mixed Reality (JMR) Devices
      • Running the application
      • IPD Calibration
    • Licensing Journey In Android JioImmerse
    • Licensing Journey in iOS JioImmerse
  • Publish
    • Branding Guidelines
    • Signing your App
    • Publishing to Google Play Store
      • Play Store Upload Journey
    • Publishing to JioImmerse Developer Console
    • Publishing to Apple Store
    • iOS Deep linking
  • Capturing and Recording
    • Capture Videos and Screenshots
      • Capturing Screenshot/Videos using scrcpy
      • Capturing Screenshot/Videos using Vysor
  • Troubleshooting
    • FAQs - Develop
    • FAQs - Building to device
      • Gradle
      • FAQs - iOS
    • FAQs - Running and Publishing
    • Laser Point Not Visible
Powered by GitBook
On this page
  • Generating Deep Link
  • Checking Your Deeplink Functionality
  1. Publish

iOS Deep linking

PreviousPublishing to Apple StoreNextCapture Videos and Screenshots

Last updated 7 months ago

  1. Deep linking is necessary to access applications from the JioVerse Store within the JioImmerse iOS application.

  2. After providing the deep link, the application becomes accessible from the JioVerse Store within the JioImmerse application.

  3. Once the user installs the application from the JioVerse Store, it will appear in the list of installed applications within the JioImmerse application.

  4. The user can then access the installed application from within the JioImmerse application.

Generating Deep Link

  1. Open your Xcode project.

  2. Goto Info > URL types > Item 0 > URL Schemas > Item 0

  3. Copy this value which resembles your application name

Make sure NOT to include any special characters or white spaces; if present, remove them.

  1. In Developer Console go to your iOS app > Upload Build

  2. In the Deep link section insert value copied in step 3. Append it with ://

Example

From Step 3 you copied ApplicationName

then in Deep link enter ApplicationName://

Checking Your Deeplink Functionality

To check if your deep link is working properly. Then enter your application deep link in your browser.

Check 1 -

When your application is not installed. The browser should be redirected to the app store.

Check 2 -

When your application is installed with your application containing associated domains capability. The browser should open the application.