React native – on ios 17.4 the .then of request(PERMISSIONS.IOS.APP_TRACKING_TRANSPARENCY) fires with result 'blocked' before user has made a selection
I have the following code in my react native application. Up until today, this worked as expected, but now, I am always receiving "blocked" as the result the first time the event fires, BEFORE the user has actually made a…