S

sefaaydin

Member

Last active 2 years ago

  1. 2 years ago
    Fri Oct 1 22:58:25 2021

    I solved the problem. For those who have this problem, I am writing below. There is a problem with this topic on your page ( https://websitetoapk.com/docs/creating-keystore-for-signing.html )

    You have a code like this on your page :

    keytool -genkey -keyalg RSA -alias myalias -keystore newkeystore.keystore -storepass yourpassword -validity 36000 -keysize 2048

    this is an incorrect code.

    the correct code is as follows :

    keytool -genkey -keyalg RSA -alias myalias -keystore newkeystore.jks -storepass yourpassword -validity 36000 -keysize 2048

    Here is where you need to pay attention to in this code :
    newkeystore.keystore

    newkeystore.jks

    When you create the keystore code in this way, you can install the application via the google play console.

  2. Fri Oct 1 11:13:44 2021
    S sefaaydin started the conversation "Android App Bundle is not signed." Error. (.aab).

    Hello there;
    I make all my settings on the W2APK application. I do the necessary operations in the Custom Keystore section from the Keystore & Signing section. It is signed without any problem. I press the Build App Bundle Button. The file is being downloaded. When I install via Google Play Console it gives the following error.
    "Android App Bundle is not signed."

  3. Mon Jun 7 14:15:53 2021
    S sefaaydin started the conversation Fakeapp.MJ warning (NOD32).

    Hello;
    When I click generate APK, then warning ESET NOD32 for virus (fakeapp.MJ)

  4. 3 years ago
    Wed Mar 24 14:21:40 2021
    S sefaaydin joined the forum.