Got issue "No active admin ComponentInfo" when publishing app on Google Play

I have created an open-testing release version on Google Play, but I encountered an error stating ‘No active admin ComponentInfo’. I am not sure how to resolve this issue. Could you please assist me in fixing it or provide some guidance on how to do so? I would greatly appreciate your help. Thank you in advance.

For additional information, my application is a clone of an ‘ordering app’. I believe that this application should not require any admin permissions from the user.

I have reviewed Permissions in my build and asked ChatGPT :

And this is the answer: "Based on the permissions you listed, none of them seem to directly require device admin privileges. Therefore, the “No active admin ComponentInfo” error you’re encountering while trying to publish on Google Play Store is rather unexpected.

Here’s a brief explanation of the permissions you listed:

  • ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION: These permissions are used to access the device’s location.

  • ACCESS_NETWORK_STATE and ACCESS_WIFI_STATE: These permissions allow the app to view and modify the device’s network connectivity state.

  • CAMERA: This permission allows the app to use the device’s camera.

  • FOREGROUND_SERVICE: Allows your app to use foreground services.

  • INTERNET: This permission allows the app to open network sockets.

  • POST_NOTIFICATIONS: Allows an application to post system notifications.

  • READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE: These permissions allow the app to read and write to external storage.

  • RECEIVE_BOOT_COMPLETED: Allows an application to receive the Intent.ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.

  • SYSTEM_ALERT_WINDOW: Allows an app to create windows using the type TYPE_APPLICATION_OVERLAY, shown on top of all other apps.

  • VIBRATE: Allows access to the vibrator.

  • WAKE_LOCK: Allows using PowerManager WakeLocks to keep the processor from sleeping or the screen from dimming.

  • CHECK_LICENSE: Required to access Google Play Licensing service.

  • RECEIVE: Allows apps to accept cloud to device messages sent by the app’s service.

  • BIND_GET_INSTALL_REFERRER_SERVICE: Allows an application to receive a broadcast after an app has been installed.

Given this, it is essential to contact Adalo support or the Adalo community for more specific assistance. This issue seems to be more related to Adalo’s build process, which unfortunately cannot be modified by end users. They should be able to provide specific help or forward this issue to their development team if it’s a bug within Adalo’s system.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.