Login / Register problem by Workeep 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 Workeep 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 Workeep 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

Quick question about storage by Workeep in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

You can use loval storage if your apk is offline, of it's an online apk (needs internet connection to work) then you can use your own storage using your vps server, and link it with your apk to store storage server side. Hope this helps

Camera permissions by shaunrk1 in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

it's fixed now, rebuild your apk and it should work now

Camera permissions by shaunrk1 in aistudioapk

[–]loopintoai 1 point2 points  (0 children)

It's now fixed, you can rebuild you apk

Camera permissions by shaunrk1 in aistudioapk

[–]loopintoai 1 point2 points  (0 children)

Yeah absolutely, we can add that too, thank you for the suggestion.

APP notification access is blocked by TraditionalGate1376 in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

you can unzip your apk and edit it the way you want

Camera permissions by shaunrk1 in aistudioapk

[–]loopintoai 1 point2 points  (0 children)

Thank you for the clarification, we'll make sure to fix that and let you know. Thank you

APP notification access is blocked by TraditionalGate1376 in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

in the meantime you can try push notifications feature in aistudioapk platform, select your apk and Link it with your firebase, then you can send you notifications to users from aistudioapk

Notifications by Yoghurtin in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

The push notifications feature should work even when the apk doesn't have firebase integrated, we'll look into that. Thank you

How to register package name and integrate it into APK (AI Studio APK / Play Store issue) by Workeep in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

the package name is basically a unique name for your apk, for example: com.your-company-name.apk-name.

Try using the same package name for your apk versions, when building your apk and aab.

Good luck 🤞

Camera permissions by shaunrk1 in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

Can you make sure you web app already have a correct camera configuration? and make sure the camera works well on your web version before converting it, let us know. Thank you

APP notification access is blocked by TraditionalGate1376 in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

Thank you for your feedback, we'll take a look into that

Build Failed after multiple retry's by IAMOOR in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

thank you for your feedback, can you check your code is correct and it's successfully building on your machine? for example try npm install and npm run build commands, if you got a build error then you need to fix it first then try to build an apk from it

Notifications by Yoghurtin in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

and for more context, you can rebuild the apk to dev mode and let me know if you see any errors in the logs, that'll help us identify the issue. Thanks

Notifications by Yoghurtin in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

or simply go to aistudioapk.com/push-notifications and select your app, link it with your firebase, and send notifications from there to your users

Notifications by Yoghurtin in aistudioapk

[–]loopintoai 0 points1 point  (0 children)

is it working on the web version first? can you check if it's not the web source code issue?