Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

Onsen UI APK signing certificates expire soon



  • Hi guys. i’ll send my first Onsen UI apk to Google play. But i’m receiving this error:

    certificates expire too soon, send other apk.

    My apk is signed how you can see , image below and was made in visual studio.

    0_1455923907955_2016-02-19.png

    my code to sign using jarsigner:

    key.store=c:\\mykey-key.keystore
    key.alias=myalias
    key.store.password= *******
    key.alias.password= *******
    

    and my keystore

     keytool -genkey -v -keystore c:\mykey-key.keystore -alias myalias
     -keyalg RSA -keysize 2048 -validity 10000
    


  • Lol with validity = 50000 is everything okay now . thanks everyone.
    But , tips are welcome.