I have couple of application on Google play store and iTunes Market. Can we get Application analytic data for further manipulation.
Related
I am trying to build an app using flutter for grassroots sports to stream on YouTube from my mobile camera. But I am struggling to find a proper way to do it. I have a scorekeeper app I want to connect both apps to show live scores and videos for viewers like international matches. More like a mobile app for obs studio.
Thanks
Google has updated its UI for Google Play Store. I was able to get the app version from a simple request/response for an app with the old UI.
My app is written with Flutter & Dart.
How to detect the app version in Google play? is there any way to fix it.
I got this from Google play via email: If you would like to fetch these details from an API, you may review our Google Play Developer API setup documentation to enable our Publishing API methods. You may refer to edits.tracks method in order to fetch the release versions of all your active tracks.
How to call Google play api from fluttar app and get the published app version?
Best regards
This is the first time I'm uploading an app to the App Gallery and I've read about things like HMS and other related things there are to know however I'm still not sure about the two things I'm using in my app. I'm going to submit the app I've built to Huawei AppGallery. I have only used two things:
Google SignIn (Not with Firebase, it's done with OAuth 2.0 on Google Cloud)
Firestore (From the firebase stack only Firestore is used)
My question is will both of these services work on Huawei phones which is without GMS? As I don't think any of these are related to GMS and I Understand that some services like Push notifications if implemented from firebase will not work etc, but at the moment I'm only interested in these two services.
If not then, I'm using react native so is there a way to check if the user is from a Huawei phone that doesn't have GMS?
Your app can be released to Huawei AppGallery normally.
My question is will both of these services work on Huawei phones which is without GMS? As I don't think any of these are related to GMS and I Understand that some services like Push notifications if implemented from firebase will not work etc, but at the moment I'm only interested in these two services.
Huawei do provide an Android Virtual Device called Cloud Debugging of AppGallery Connect to test your app for Huawei Devices.You can run your app on the latest and most popular Huawei devices to test app functions.
For details, you can see this answer.
What is the best option to get google analytics data in a flutter app?
I'm a new beginner in app development.
My app should show some analytics data and some graphics (I'll use a chart library).
What is the easiest way to get google analytics data?
Is there any way of updating your app details similar to android-publisher API for android play games and iTMSTransport for apple store?
I was looking for any standard solutions, but was not able to find any. Right now I was thinking of using browser automation tools, but I was not sure about uploading images with such a stuff.