←back to thread

397 points opengears | 1 comments | | HN request time: 0.221s | source
Show context
_fat_santa ◴[] No.41896183[source]
Looking at the underlying thread[1], the author mentions that it's very hard to publish on Google Play

> Reason is a combination of Google making Play publishing something between hard and impossible

Can someone expand on what's going on here?

[1]: https://forum.syncthing.net/t/discontinuing-syncthing-androi...

replies(3): >>41896256 #>>41896453 #>>41896704 #
binkHN ◴[] No.41896256[source]
While I don't know about this developer's specific issues, I can comment on my own issues with Google Play as an Android developer. Google Play continues to become more and more stringent with app permissions and the approval of these permissions is very vague. With my own app, from one minor release the next, one day I'll receive approval for my app's permissions and the next week I will not even though only minor changes to the app have been made. When I reach out to Google Play support, the answers are always extremely vague, canned and repetitive and I never know if an update to my app will get approval or not. It's a horrible way to develop anything.
replies(3): >>41896311 #>>41896338 #>>41902745 #
lawgimenez ◴[] No.41896338[source]
The most annoying requirement is their Play Store delete account url. We have an API where we can delete the user’s account. But no, Google wanted a stupid url.
replies(3): >>41896649 #>>41896983 #>>41897245 #
bmicraft ◴[] No.41897245[source]
Is it really that hard to set up a small proxy tool that calls your fancy api when it receives those requests? As an outsider, it does seem quite reasonable to me - Google couldn't possibly support all APIs there may possibly exist for every app there is.
replies(2): >>41897388 #>>41900304 #
1. lawgimenez ◴[] No.41900304[source]
We can’t tell for sure since this url will be added to the Play Store. Problem is how to authenticate users.