Earlier quoted context omitted.
At the same time, why not just release at least one phone that is developer friendly? People can handle it. All these issues are present on computers that are able to run unsigned code, have sensitive personal info stored on them, etc. Yet the sky is not falling with all this going on with everyone's computer on earth, like how people fear the sky will fall if we opened up the mobile phone.
> Yet the sky is not falling with all this going on with everyone's computer on earth, like how people fear the sky will fall if we opened up the mobile phone. This is because everything was moved to the web and users were beaten over the head with a hammer to never install anything on their computers. The sky was falling and subsequently the desktop software platform hardly exists today.
Google is forcing us to make our open source VoIP app worse
161–170 of 296 posts
Re: Google is forcing us to make our open source VoIP app worse
#162We develop a banking app for families (parents and kids). 2 weeks ago we had to remove the possibility to pick phone contacts to invite other family members because Google claimed we were uploading contacts to our servers (which we did not). We appealed and it did not work. We then complied with their request and added to the privacy policy they we have access to the contacts and we might process them, and yet Google…
Probably because this would require thorough code review every time you shipped an update to ascertain as opposed to just identifying whether you accessed a specific API or not.
Re: Google is forcing us to make our open source VoIP app worse
#163Earlier quoted context omitted.
It doesn't matter if you want to pay or not. These companies need to make more money than they did the previous quarter. So they need to always find new way to exploit continuously.
Plenty of apps and services are happy to take money and have no advertising and etc.
Even Apple eventually caved in and is now starting to turn towards the advertising route.
Re: Google is forcing us to make our open source VoIP app worse
#164I kinda sorta see google’s side. There are just too many shady operators out there who will swear blind they’re completely honest, and maybe they are, but they also employed a third party to write code or maybe just imported a 3rd party lib (i am in no way saying this is the case) As to, why don’t they look at the code? bugger that being standard practise, i’m not handing over my code to google or apple. Even if they…
Re: Google is forcing us to make our open source VoIP app worse
#165Re: Google is forcing us to make our open source VoIP app worse
#166The problem is the same as always - automated bullshit black-holing instead of thoughtful review and constructive communication a human could do. Perhaps the latter is impossible (or maybe this is another bullshit) for companies with userbases this huge but do we really need such in the first place?
Re: Google is forcing us to make our open source VoIP app worse
#167Then, we hashed the Contacts before uploading them and our app was immediately approved.
Subsequently, they decided to ding us on this permission "QUERY_ALL_PACKAGES", which we needed for inviting people you know to our app. Since we were so beaten down, we removed that feature. Congrats Google!
Re: Google is forcing us to make our open source VoIP app worse
#168Earlier quoted context omitted.
Yeah, good luck with that. Nearly nobody installs apps from outside Google Play.
Huh? One example: everyone did sideload Pokemon Go in 2016 because its availability on Google Play was very limited for a very long time.
Re: Google is forcing us to make our open source VoIP app worse
#169Re: Google is forcing us to make our open source VoIP app worse
#170We had this issue and went back and forth with Google for weeks with no progress. It was infuriating, since the peeps on the other end just cut and pasted responses. Then, we hashed the Contacts before uploading them and our app was immediately approved. Subsequently, they decided to ding us on this permission "QUERY_ALL_PACKAGES", which we needed for inviting people you know to our app. Since we were so beaten down,…