Hacker News new | ask | show | jobs
by mmahemoff 909 days ago
It’s a commercial/legal requirement imposed on developers, not directly enforced through the technology. It comes down to the review process in practice. At some point a human reviewer will need to detect the app is allowing the user to pay with PayPal and therefore block it from distribution.

They’ll probably have some technology to help prioritise apps for review if they’re likely to be violating (by scanning the APK statically for PayPal SDKs or running robot scripts to see if they can be presented with a PayPal form).

1 comments

> At some point a human reviewer will need to detect the app is allowing the user to pay with PayPal and therefore block it from distribution.

But on Android I can just release the .apk or publish to Fdroid app store, etc. I don't think Google would be reviewing the app at all.

You can and correct Google won’t review it - that’s why Android shows a warning when you enable sideloading about only using APKs from trusted sources (to my recollection).

Those alternative channels typically provide a tiny percentage of active installs compared to Google Play installs, however.