Hahaha
Sign up with a garbage email run the apk thru the emulator
AndroidManifest.xml
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1"
android:versionName="1.0.2"
android:installLocation="2"
android:compileSdkVersion="33"
android:compileSdkVersionCodename="13"
package="com.IsItWetYetLLC.Authenticator8kun"
platformBuildVersionCode="33"
platformBuildVersionName="13">
<application
android:label="(reference) @0x7f030005"
android:icon="(reference) @0x7f020000"
android:extractNativeLibs="true">
<receiver
android:name="com.unity.androidnotifications.UnityNotificationRestartOnBootReceiver"
android:enabled="false"
android:exported="false">
<intent-filter>
<action
android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>
<receiver
android:name="com.unity.androidnotifications.UnityNotificationManager"
android:exported="false"/>
<meta-data
android:name="unity.allow-resizable-window"
android:value="false"/>
<meta-data
android:name="unity.launch-fullscreen"
android:value="false"/>
<meta-data
android:name="unity.splash-enable"
android:value="true"/>
<meta-data
android:name="unity.splash-mode"
android:value="0"/>
<activity
android:theme="(reference) @0x7f040001"
android:name="com.unity3d.player.UnityPlayerActivity"
android:exported="true"
android:launchMode="2"
android:screenOrientation="13"
android:configChanges="40003fff"
android:hardwareAccelerated="false"
android:resizeableActivity="false">
<meta-data
android:name="unityplayer.UnityActivity"
android:value="true"/>
<intent-filter>
<category
android:name="android.intent.category.LAUNCHER"/>
<action
android:name="android.intent.action.MAIN"/>
</intent-filter>
</activity>
</application>
<uses-feature
android:name="android.hardware.touchscreen.multitouch.distinct"
android:required="false"/>
<uses-feature
android:name="android.hardware.touchscreen.multitouch"
android:required="false"/>
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false"/>
<uses-permission
android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission
android:name="android.permission.INTERNET"/>
<uses-feature
android:name="android.hardware.vulkan.version"
android:required="false"/>
<uses-feature
android:glEsVersion="30000"/>
<supports-screens
android:anyDensity="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
<uses-sdk
android:minSdkVersion="22"
android:targetSdkVersion="33"/>
</manifest>
https://www.sisik.eu/apk-tool