We are trying to show the att request using the new solar2d plugin that was made available recently. What we’re doing basically is to show the request popup after the user has opened the app a few times and completed part of the game-- this works fine for some new devices but for any of our test devices where the permission was perviously declined, we are simply not able to get the popup to show.
According to other forums, developers have found that the popup should still show provided the user has allowed apps to request permission for tracking.
All we get is a response in the listener that indicates that the status was “denied” which sadly doesn’t serve the purpose because the idea is to be able to request again after some time.
Just wanted to see how you other iOS developers here are handling their requests and if the plugin is working in the above use-case for you guys.
Cheers!