Literotica Android App Update???

just a side note, going into 2025 the app disappeared from my phone completely. i also get username empty, no other app works right. but heres the mystery revealed which started my issue, the state i live in came down on adult sites and apps. geo location automatically slammed my devices. shortly i will try a vpn app to show my browser/geo loc in a difft state where this isnt the case.
The official app? or the unofficial?
Whatever you don't log out if its working
I just checked the official on my old phone and its working correctly,
On my new phone the unofficial still cant log in to that one but app still works just as "guest?"
 
It's not that simple.

As far as we know, the site is maintained by 2 people. They don't want anyone else involved in that - which is their choice. So "not caring" and "not being able to afford" isn't part of the equation - there's no "obviously" about it.

As far as charging for the app - they can't post it on Google Play or the Apple Appstore because its adult content, so they'd have to host it here for d/l behind a paywall. They don't charge for anything else on the site, so they don't have the backend for that and its just one more thing that would have to be developed and maintained by Manu. On top of that...the main site is being slowly redone, and they are changing the backend and the API as part of that. It makes no sense to split those limited resources in continually updating the app when its just going to change. You may not agree with that, but that's how it is.
You
 
Oh mate funny how my dumbass misunderstood you a month or two ago which you probably don't remember
Now you've listed a lit app of some sort that finally allowed me sign in lol
Thanks so much man
it actually let you log in ???
the app works but i keep getting user name blank error
 
The one's you quoted worked the official Literotica App is still not fixed I just really wanted to log back in to find my favorites
Down load lit app flutter it has access to your favorites after you log in, it appears to work.
I'm still trying to figure out the search functions my quick fix was to go on my computer add stories to my favorites then open them in the lit app flutter.
 
Has anyone tried this recently? I was just able to log back in to the app when I accidently tapped "Favorites" trying to revisit a story. If normal login doesn't work, try tapping "Favorites" to see if that gets around the issue because it does something differently "under the hood"
 
Yeah I will attached.

I have also fixed an issue with the padding at the bottom where it wasn't taking into account the nav bar or the gesture bar so it was cutting off part of the text while reading. Again this app is old.

Hope this is ok with the site. If not please delete. I do like that app way better than the web page and just want to get parts of it working again on newer devices. I've been open to what I've modified. I call it RC5 and incremented the version number. Here is the filehash as well to verify it's the one I have posted.

https://gofile.io/d/qBJiDY
lite-v2.1-r18-rc5.apk
SHA256 05A225F74271194AEB09F8C7C6D5F7F48B30D47BCA1DF3444E8F9DC8D78D394B
SHA1 1F39BD7B2AEAFECE747E76E74C7E879CB42E6A09
After installing the Flutter version, I was able to login but when I try to pull up my favorites, I get an error

"Type String is not a subtype if type int"

My thoughts are you forgot a cast or conversion.

(I'm a software engineer)
 
After installing the Flutter version, I was able to login but when I try to pull up my favorites, I get an error

"Type String is not a subtype if type int"

My thoughts are you forgot a cast or conversion.

(I'm a software engineer)
Go to a computer and look at your favorites see if there their?
if not add some, log off computer and try app
Some times I have to close the app and re enter it when it hangs up.
 
I do not like using the browser, having a native app is a lot nicer.



I got it working, Android 14 blocks Android 6.0 (API Level 24) and below.

I decompiled it and they had Min Android 2.2 (API level 8) / Target Android 4.4 (API level 19).
I set them both to Android 8.1 (API level 27). This was the highest I could set it without it crashing. At 28 it would just instantly close.

I also added a permission in the Manifest (android:excludeFromRecents="true") to keep the app from showing up in recents when you hit switch app. I was also thinking of making another apk that changes the name and the icon to something else.

This isn't that hard to do, there are easy instructions to do so. However if anyone wants it without having to do it I can share the apk. But since I had to resign it it will show up as unknown publisher, and you would have to trust me.

You can also just install the app from adb and use the force option so it will install regardless of the sdk.



Hope this helps.
Yes thank u for the apk dear. But still when I get outof app it's still closes itself in Android 15.

In other words this apk u shared doesn't stay open in background. I'm using iQOO 13 with Android 15 version. Please make a apk which can stay active in background. So that whatever I'm reading will stay open when I go and forth to different app..
 
Yeah I will attached.

I have also fixed an issue with the padding at the bottom where it wasn't taking into account the nav bar or the gesture bar so it was cutting off part of the text while reading. Again this app is old.

Hope this is ok with the site. If not please delete. I do like that app way better than the web page and just want to get parts of it working again on newer devices. I've been open to what I've modified. I call it RC5 and incremented the version number. Here is the filehash as well to verify it's the one I have posted.

https://gofile.io/d/qBJiDY
lite-v2.1-r18-rc5.apk
SHA256 05A225F74271194AEB09F8C7C6D5F7F48B30D47BCA1DF3444E8F9DC8D78D394B
SHA1 1F39BD7B2AEAFECE747E76E74C7E879CB42E6A09
Man I've been missing this app, thank-you for this fix! 👍
 
Yeah I will attached.

I have also fixed an issue with the padding at the bottom where it wasn't taking into account the nav bar or the gesture bar so it was cutting off part of the text while reading. Again this app is old.

Hope this is ok with the site. If not please delete. I do like that app way better than the web page and just want to get parts of it working again on newer devices. I've been open to what I've modified. I call it RC5 and incremented the version number. Here is the filehash as well to verify it's the one I have posted.

https://gofile.io/d/qBJiDY
lite-v2.1-r18-rc5.apk
SHA256 05A225F74271194AEB09F8C7C6D5F7F48B30D47BCA1DF3444E8F9DC8D78D394B
SHA1 1F39BD7B2AEAFECE747E76E74C7E879CB42E6A09
thanks I got it to install on my S24 and it seems to be working like my old phone so far!!!!!!
 
Yeah I will attached.

I have also fixed an issue with the padding at the bottom where it wasn't taking into account the nav bar or the gesture bar so it was cutting off part of the text while reading. Again this app is old.

Hope this is ok with the site. If not please delete. I do like that app way better than the web page and just want to get parts of it working again on newer devices. I've been open to what I've modified. I call it RC5 and incremented the version number. Here is the filehash as well to verify it's the one I have posted.

https://gofile.io/d/qBJiDY
lite-v2.1-r18-rc5.apk
SHA256 05A225F74271194AEB09F8C7C6D5F7F48B30D47BCA1DF3444E8F9DC8D78D394B
SHA1 1F39BD7B2AEAFECE747E76E74C7E879CB42E6A09
You're amazing thank you for this!
 
Yeah I will attached.

I have also fixed an issue with the padding at the bottom where it wasn't taking into account the nav bar or the gesture bar so it was cutting off part of the text while reading. Again this app is old.

Hope this is ok with the site. If not please delete. I do like that app way better than the web page and just want to get parts of it working again on newer devices. I've been open to what I've modified. I call it RC5 and incremented the version number. Here is the filehash as well to verify it's the one I have posted.

https://gofile.io/d/qBJiDY
lite-v2.1-r18-rc5.apk
SHA256 05A225F74271194AEB09F8C7C6D5F7F48B30D47BCA1DF3444E8F9DC8D78D394B
SHA1 1F39BD7B2AEAFECE747E76E74C7E879CB42E6A09
Hi, trying to update to your version but get an error. Pixel, google version 16.
 

Attachments

  • 1000012208.png
    1000012208.png
    49.5 KB · Views: 3
Back
Top