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
  • Build Settings for Publishing to Play Store
  • Note for Publishing on Play Store with JMRSDK
  • Sharing the testing link
  1. Publish

Publishing to Google Play Store

PreviousSigning your AppNextPlay Store Upload Journey

Last updated 5 months ago

Player Settings for Publishing to Play Store

  • Set Minimum Api level to API level 28 for Android 9.0 Pie

  • Target API level to API level 34 for Android 14

  • The scripting level backend has to be set to IL2CPP with ARM64 supported.

You might need to upgrade your Target API level to API level 34.

For build errors, refer:

Add a custom keystore and not publish with a debug key.

Keep your keystore safe as it will be required to create new updates in the Play Store and Developer Console.

If your application size is more than 200 MB, check the split application binary checkbox, as shown in the image.

Build Settings for Publishing to Play Store

Select Build App Bundle (Google Play) as the play store does not allow publishing of apk.

Note for Publishing on Play Store with JMRSDK

In the Play Console, it has to be mentioned that the application will not work without the JioImmerse application, as it will cause issues with their testing process.

Mention app access for Google App Review:

Goto App content > App Access > Manage

Select All or some functionality in my app is restricted.

Add an instruction to open the app from JioImmerse.

Sample for JioDive apps:

Instruction name: JioImmerse Required

Any other information required to access your app: After installing this application, install JioImmerse app and login into it, open JioDive mode. Goto Home in JioImmerse. Select this app. For best experience use a VR cardboard device like JioDive.

Sharing the testing link

Goto your testing track > Testers > Copy link and share.

The application must be on closed beta or internal testing with developertesseract@gmail.com as a tester.

On Tesseract's approval, the application shall further be asked to shift to a different track.

FAQs - Building to device
FAQs - Develop