Page 1 of 1

Releasing on android play store

Posted: Thu Aug 05, 2021 11:21 am
by 4xEmpire
Is anyone aware of a game made in love 2D that has been released on android's play store?

I have made a project that works as an APK on my phone but would like to know how straightforward (or not) the process is to take a game to the play store? Is there anything specific about love 2D that makes this process more difficult?

Eager to hear anyone's experience. :nyu:

Re: Releasing on android play store

Posted: Thu Aug 05, 2021 12:01 pm
by GVovkiv
4xEmpire wrote: Thu Aug 05, 2021 11:21 am Is anyone aware of a game made in love 2D that has been released on android's play store?

I have made a project that works as an APK on my phone but would like to know how straightforward (or not) the process is to take a game to the play store? Is there anything specific about love 2D that makes this process more difficult?

Eager to hear anyone's experience. :nyu:
I guess, there no real differences about game made with love or not
(for example, Kingdom Rush 2 and 3)
The real difficulty is make sure you now how to work with play market and, if you never used it to publish something, to understand, how to create developer account (which cost 25$ at the moment), make sure you is 18 year old and, probably, you will need to send copy of your documents to google (probably to make sure that you are really 18 year old?)
And if you can handle all that, you done?
go and publish some games and apps!

Re: Releasing on android play store

Posted: Fri Aug 06, 2021 3:40 am
by AuahDark
Unfortunately for now you have to compile LOVE Android from source since Google mandates AAB.

Re: Releasing on android play store

Posted: Fri Aug 06, 2021 10:44 am
by Davidobot
I ported SNKRX to both Android and iOS. Happy to answer questions, but everything was mostly straight-forward. The most difficult bit was working achievements into the Android and iOS builds.

Re: Releasing on android play store

Posted: Fri Aug 06, 2021 12:04 pm
by Gunroar:Cannon()
Davidobot wrote: Fri Aug 06, 2021 10:44 am I ported SNKRX to both Android and iOS. Happy to answer questions, but everything was mostly straight-forward. The most difficult bit was working achievements into the Android and iOS builds.
Woah! You made SNKRX? With love2d? Nice! :awesome:

Re: Releasing on android play store

Posted: Sat Aug 07, 2021 8:24 am
by zorg
Gunroar:Cannon() wrote: Fri Aug 06, 2021 12:04 pm
Davidobot wrote: Fri Aug 06, 2021 10:44 am I ported SNKRX to both Android and iOS. Happy to answer questions, but everything was mostly straight-forward. The most difficult bit was working achievements into the Android and iOS builds.
Woah! You made SNKRX? With love2d? Nice! :awesome:
No, Adn made SNKRX, Davidobot just ported it to mobile platforms.

Re: Releasing on android play store

Posted: Sat Aug 07, 2021 10:43 pm
by Gunroar:Cannon()
Port...still cool :3

Re: Releasing on android play store

Posted: Fri Sep 24, 2021 12:34 pm
by 4xEmpire
Davidobot wrote: Fri Aug 06, 2021 10:44 am I ported SNKRX to both Android and iOS. Happy to answer questions, but everything was mostly straight-forward. The most difficult bit was working achievements into the Android and iOS builds.
Hi Davidobot
That is awesome.

I am interested to hear any details about how you worked the achievements in if you're willing to provide any details.

About me: I am relatively novice at programming myself (been a hobbyist dev on and off for years and years - no formal programming training). My goal has long been to develop a 4x strategy game for the mobile and having achievements (and high scores) would be awesome. I have a working prototype on PC that I'll like to develop further and adapt fully to the mobile.

I fully welcome any tips you can offer :)

Re: Releasing on android play store

Posted: Sun Sep 26, 2021 4:15 pm
by Davidobot
4xEmpire wrote: Fri Sep 24, 2021 12:34 pm Hi Davidobot
That is awesome.

I am interested to hear any details about how you worked the achievements in if you're willing to provide any details.

About me: I am relatively novice at programming myself (been a hobbyist dev on and off for years and years - no formal programming training). My goal has long been to develop a 4x strategy game for the mobile and having achievements (and high scores) would be awesome. I have a working prototype on PC that I'll like to develop further and adapt fully to the mobile.

I fully welcome any tips you can offer :)
Sure, my repo is here: https://github.com/Davidobot/love-android

I used a good bit of code from: https://bitbucket.org/MartyMaro/love2d- ... rc/master/

Re: Releasing on android play store

Posted: Mon Sep 27, 2021 10:37 pm
by 4xEmpire
Davidobot wrote: Sun Sep 26, 2021 4:15 pm
4xEmpire wrote: Fri Sep 24, 2021 12:34 pm Hi Davidobot
That is awesome.

I am interested to hear any details about how you worked the achievements in if you're willing to provide any details.

About me: I am relatively novice at programming myself (been a hobbyist dev on and off for years and years - no formal programming training). My goal has long been to develop a 4x strategy game for the mobile and having achievements (and high scores) would be awesome. I have a working prototype on PC that I'll like to develop further and adapt fully to the mobile.

I fully welcome any tips you can offer :)
Sure, my repo is here: https://github.com/Davidobot/love-android

I used a good bit of code from: https://bitbucket.org/MartyMaro/love2d- ... rc/master/
Thank you sir. I will check these links out :D