• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. T

    Is private apps on Google Play affected by "target API requirements"?

    I currently have an app that have targetSdkVersion 30 that has been published as a private app. I was wondering if anyone knows if I will be prohibited from updating my app after Nov 1st? (Because of the Google target API requirements...
  2. T

    Retrict REST-API so that only my app can use it

    I am using "PHP-CRUD-API" (https://github.com/mevdschee/php-crud-api) to do operations on a MySQL-database. It works very well, but the problem is that everyone else can also do the operations, because the REST-API only needs an URL to make queries. For example if anyone uses a software that...