Just as I said in the header… is it possible to JUST use a custom made dialog to ask the user about the Tracking permission for the Ads?
Right now with the example I have from the UPM first shows a custom dialog but once we tap OK, then the native dialog appears…
I guess it’s not possible since all permissions are allowed with a native dialog but just in case…
No, it’s not possible. That would require an API that allows the app to set the permission by itself, which defeats the purpose of there being a permission at all since the app could just grant itself the permission without even showing any UI.