What is the best way to include a link in the data safety form on Google Play Console?

Hi there,

I wanted to get your opinion on the best way to pass the new data safety form in Google Play Console. The new form requires an account deletion URL. What are your thoughts on this?

FYI - I use the website address of the app or form URL.

I am curious to know what others are using.

Thanks
Shantanu

Make a form in your app to log the account deletion request. I don’t think you need to actually build automated deletion based on a URL.

Host the form in your app by all means. Just sniff out the deep link from a web browser view and paste that. You could tidy it up via tinyurl or host your own form via a website.

Make a new app with shared database. Login the user then a screen will ask if they want to delete their account or not. Add action that will delete the logged in user.

Publish as web app and get the url.