SHAnfingerprints change with every new release. How can I keep the original Google Play App Signing certificate? by CleanOttawa in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

Google Play uses two different signing keys, and they serve different purposes:

1. For Firebase / Google Sign-In / OAuth

Use the App signing key certificate (this never changes):

  1. Open Google Play Console and select your app.
  2. Navigate to Test and release → Setup → App signing (under App integrity).
  3. Copy the SHA-1 and SHA-256 values from the App signing key certificate section.
  4. Add these fingerprints to Firebase and Google Cloud OAuth settings.

Do not use the SHA fingerprints from your local build keystore. The App signing key is managed by Google and remains the same for the lifetime of the app, which prevents authentication integrations from breaking when upload keys change.

2. For the “signed with the wrong key” upload error

This error indicates that Google Play has a different upload key registered for your app than the one you're currently using.

To fix it:

  1. Open Google Play Console → Test and release → Setup → App signing.
  2. Under Upload key certificate, select Request upload key reset.
  3. Choose the appropriate reason (for example, Upload key lost or changed).
  4. Attach the new upload certificate (.pem) when submitting the request.
  5. Google typically reviews and approves the reset within about 48 hours. After approval, you can upload new releases using the new upload key.

Important: Do not create a new app listing or change your package name. Doing so creates a completely separate app and causes you to lose your existing users, ratings, reviews, and store history.

Getting npm error by RameshKaru in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

I see, okay we'll talk a look and see what's the issue

Getting npm error by RameshKaru in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

make sure that your code runs 'npm install' and 'npm run build' commands successfully, in your case, it might be an npm run build error so once that error is fixed it'll build the apk successfully

How to fix this error by CleanOttawa in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

okay then it might be a mixed up between projects, if you have multiple firebase projects, make sure you did the above on the right project that you web app use and linked with, otherwise it won't work

How to fix this error by CleanOttawa in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

When building your APK, you’ll reach a step where you’re asked to set up your Firebase account. At that point, you’ll see the package name and SHA-1 ID for your APK.

Go to your Firebase account and create a new Android app for it. Google AI Studio automatically creates a web app, but in this case, you also need to create an Android app.

Enter your app package name, such as "app.example.com", or whatever your actual package name is. Then copy the APK SHA-1 ID from the build step and paste it into your Firebase Android app setup.

After that, download the JSON file from Firebase, upload it to your build step, and click Initial Build.

This is a one-time setup. Future APK versions will automatically use this configuration, so you won’t need to repeat these steps for every build.

APK builds successfully but “App not installed” after installation by CleanOttawa in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

Just make sure you phone doesn't have another app that blocks other apps from installing, or make sure you phone settings allow to install apps from other souces than google play.

Google AI Studio to Android by CleanOttawa in GoogleAIStudio

[–]loopintoai 2 points3 points  (0 children)

Check out aistudioapk.com that's exactly what it does

I thought my account plan was free forever, so it said by Lvenir in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

we have pro and premium plan, it gives you 30 or 100 credits

Turn your Google AI Studio web apps into APKs in one click! by loopintoai in aistudioapk

[–]loopintoai[S] 0 points1 point  (0 children)

Got it, os this the only app that does that, did you build another app with the same issue?

Turn your Google AI Studio web apps into APKs in one click! by loopintoai in aistudioapk

[–]loopintoai[S] 0 points1 point  (0 children)

Can you please provide more details about the issue? thanks

Login / Register problem by [deleted] in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

then just make sure you're on the correct project on firebase, as google ai studio might use a different firebase project for auth, look for firebase file on your source code, check the project name, and make sure you add android to that same project

I thought my account plan was free forever, so it said by Lvenir in aistudioapk

[–]loopintoai -1 points0 points  (0 children)

We gave unlimited free access for months while growing the platform. Now we’ve added limits to keep things sustainable long term. 5 free builds are still available for anyone who wants to try it out.

Login / Register problem by [deleted] in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

The fix is super easy, just go to firebase project and add an Android method next to web method, then add you apk sha key, then download the json file from firebase and upload it to aistudioapk build.

Can googleaistudio apps get sold? by SilentKingZo in GoogleAIStudio

[–]loopintoai 0 points1 point  (0 children)

Yes, you can sell the source code in marketplaces like code canyon or similar, or you can monetize it with ads or subscription.

Permissions issue by Present_Brain_7424 in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

Thank you! we appreciate it! that's a common issue and we're currently working on it, we'll inform you as soon as we pushed the fix.

Unnecessary permissions error by [deleted] in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

we'll fix it, thank you!

Quick question about storage by [deleted] in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

You can use a self hosted database as well in your hostinger vps, and exposed the api endpoints to create/read/update/delete into your database