google-play-scraper
google-play-scraper copied to clipboard
Please add a return value for apps that didn't submit datasafety info/apps that don't share data
- Operating System: Windows/Linux
- Node version:v16.13.2
- google-play-scraper version:9.1.1
Description:
Please modify the datasafety() to return values for apps that do not share data and apps that did not submit datasafety info. I am getting blank for these scenarios.
- In the case of Apps dont share data, we can see the following information in the app . But datasafety() does not return any value.
-
Data safety: The developer says that this app doesn't collect or share any user data.
-
No data shared with third parties: The developer says this app doesn't share user data with other companies or organizations.
-
No data collected:The developer says this app doesn’t collect user data
- In the case of Apps that did not submit datasafety info to google, we can see the following information in the app . But datasafety() does not return any value.
-
No information available
Example code:
// Put code to reproduce the issue here
Error message:
Put error message here
Can you look into it ?