ittybittyapps / appstoreconnect-cli

An easy to use command-line tool for interacting with the Apple AppStore Connect API
MIT License
172 stars 17 forks source link

obtain the data from installation and uninstallation reports of any APP from api.appstoreconnect.apple.com #248

Open hdkcreative opened 3 years ago

hdkcreative commented 3 years ago

❕ Problem Statement

Hi team , it is possible to obtain the data from installation and uninstallation reports of any APP from api.appstoreconnect.apple.com ?

💬 Task Description

in the apple documentation i found this link https://developer.apple.com/news/?id=iosdeletions

New Data Available in App Analytics June 6, 2019

With the new Deletions metric, you can find out how many times your app was deleted on devices running iOS 12.3 or later by users who agree to share their data with you. This data includes deletions of the app from the Home Screen and deletions of the app through Manage Storage. Data from resetting or erasing a device’s content and settings is not included.

But in the documentation, I have not been able to get any information about this feature

https://developer.apple.com/documentation/appstoreconnectapi/apps

👩‍🔧 Technical Design Notes

i am using this code ( https://www.youtube.com/watch?v=2ywnYVrzWC8 ) for connect to the api and this work , but i need obtain the data from installation and uninstallation reports

I hope you can help me or orient yourself with some links, documentation, videos, or any tools that allow me obtain the data from installation and uninstallation reports.

thank you team !