as the title says made an app in aistudio and want to upload to to the app store and am stuck on figuring out how to do it
What’s the app exactly?
App Store or Play Store?
Is it compiled and ready, or raw Python, Kotlin, Java, or what?
To upload to the Play Store, you must have a $25 (inescapable) Play Developer account. To upload to the App Store, you must have a $100/year (inescapable) Apple Developer account.
News tracking app, it was made through google aistudio so web application, which is built with React and JavaScript/TypeScript will be playstore and already have the approved dev acct’s
To export your web application from Google AI Studio to Android Studio or as an APK for Play Store submission, the process typically involves wrapping your React/JavaScript/TypeScript web app into a native Android app.
Step 1: Prepare Your Web App
Step 2: Use Capacitor or Cordova to Wrap the Web App
Step 3: Publish the APK/AAB to Google Play Store
Reference Links for above steps
Capacitor Docs
Cordova
Publish
Please try to follow instructions in links and feel free to reach out if you face any further issues.