You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can the getTrackingAuthorizationStatus function return the IdfaData so that we can decide if we can show the permission modal by calling requestTrackingPermission?
Proposed Solution
It looks like the IdfaData is returned from with in the .then, but the whole promise is not returned from the function. Can the return be added?
Summary
Can the
getTrackingAuthorizationStatus
function return theIdfaData
so that we can decide if we can show the permission modal by callingrequestTrackingPermission
?Proposed Solution
It looks like the IdfaData is returned from with in the
.then
, but the whole promise is not returned from the function. Can the return be added?https://github.com/segmentio/analytics-react-native/blob/master/packages/plugins/plugin-idfa/src/IdfaPlugin.tsx#L63
The text was updated successfully, but these errors were encountered: