Hello,
I searched forum for my problem but many threads are unanswered or outdated. I hope I am not duplicating thread.
I want to implement online leaderboard for my android game. The best option would be to implement google services but I dont know how to implement it when building with cordova CLI (did not find manual). I know there is a way when building by cocoon.io but its not solution for me as the builds from cocoon in my is twice as large than from cordova I dont know why.
If google play service is not an option my question is how do I implement this solution : Online High Score Table (AJAX, PHP, MySQL) https://www.scirra.com/tutorials/346/on ... sql?page=9 and show the results in mobile game. I tried to test on example website iframe plugin from pode but it only shows its in construct2 preview mode. After building android apk iframe is not visible at all.
Is there any up to date way to implement online leaderboard for android?