How to play Sonic Code using the Sonic Code App

URL Scheme

<aside> 💡 Sonic Code Play Scheme = “soniccode://player”

</aside>

Parameter Name Parameter Description
uid Sonic Code UID
content Send Content (Max 48bytes)
soniccode://player?uid={Sonic Code UID}&content={Send Content}&volume={Sound Volume}

Android Version

Before you begin

  1. Register Sonic Code Developer

SonicCode Developer

  1. Register Allowlist

    To allow a user's device to launch the Sonic Code App, you must set a URI scheme in the AndroidManifest.xml file as follows:

<queries>
    <package android:name="net.soniccode.app" />
</queries>