If you are here getting an error uploading an APK to Oculus Store with a build with Unity, see down below
Go to the APK Folder and resign with V1 as below
"C:\Program Files\Java\jdk1.8.0_191\bin\jarsigner" -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore MyApp.keystore "My App Name.apk" "key alias name" -storepass mypassword -keypass mypassword2
If in Unity and you are getting error "Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates", try the change outlined below
Unity: Change build from Gradle to Internal. The apk will be generated using V1 signing, and no need to do the workaround above
Go to the APK Folder and resign with V1 as below
"C:\Program Files\Java\jdk1.8.0_191\bin\jarsigner" -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore MyApp.keystore "My App Name.apk" "key alias name" -storepass mypassword -keypass mypassword2
If in Unity and you are getting error "Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates", try the change outlined below
Unity: Change build from Gradle to Internal. The apk will be generated using V1 signing, and no need to do the workaround above
No comments:
Post a Comment