DEV Community

Developer Dude
Developer Dude

Posted on

App Compatibility without Play Services

Do you use a degoogled Android device? Are you always wondering which closed source apps work without any Play Services? I've created a website of a list of tested apps that work without any Google Play Services. The list is always expanding, and the website keeps getting better. Hope you find the website useful! If you like it, consider starring it on GitHub

  • Developer Dude

Top comments (2)

Collapse
 
markusbnet profile image
Mark Barnett

Useful project. One worth testing: Money Me (money-me.com), a personal finance app I'm building. It's a PWA at its core — runs in any browser with zero Play Services dependency. The Android version is a TWA wrapper (requires Chrome), but the web app itself has no Google hooks at all. No bank sync, no analytics, manual entry only.

Would be curious whether it passes your test suite on a degoogled device — happy to flag anything that breaks if you want to add it to the list.

Collapse
 
unknown483593 profile image
Developer Dude

Cool! I'll take a look at it