1

I am currently trying to bring the automation pipeline for a couple of dozens of app back to speed. They both lack the data privacy and the data safety entries in Google Play so far. I was wondering and investigating how to do that in Fastlane but I can't find any more details in documentation or the repo. Could anybody guide me into a direction how to automate this if possible?

patreu22
  • 2,988
  • 4
  • 22
  • 31

1 Answers1

2

I am in a similar situation. I have hundreds of apps that needed to be regularly maintained which now requires updates to the Data safety section.

I use fastlane for updating the AAB and play listing information. I looked on fastlane's discussion page in their GitHub account and found this article:

https://github.com/fastlane/fastlane/discussions/19851

From this, I learned:

  • Fastlane depends on Google Play Store APIs which do not support updating Data safety section.

I submitted a feature request to the Google Play Store Publishing API by submitting it to the Play Console Help page.

chrish
  • 2,352
  • 1
  • 17
  • 32