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.
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.