Deniz Aydinoglu
Deniz Aydinoglu
Very strange. I just re-tested with my device, iPhone 11 and ios 17.4. It's working as expected. The thing is; i am showing a dialog (an explainer dialog) before triggering...
Looks like building the app with Xcode 15.4 might be causing issues. To test this, I created a sample app using Xcode 15.2 and ran it successfully on a real...
> Hi. Thanks for the answer. > > I ran with Xcode 15.3 previously. Don't even have access to 15.4 Sorry, It's my bad. I tested it using Xcode 15.2...
This issue should be fixed by now. Please update to version 2.0.6 of the plugin.
Thanks for the contribution. Our library acts a s a wrapper around AppTrackingTransparency framework and can also retrieve advertising identifier of the device by calling AppTrackingTransparency.getAdvertisingIdentifier() function. So we are...
Hi, In summary, if your app or any client-side SDK/library within your app requires access to the IDFA (Identifier for Advertisers), you need to request App Tracking Transparency (ATT) permission....
I encountered the same issue and discovered that the exception occurs only when my app has been granted app tracking permission and I use the default `FacebookAuth.instance.login()` function. This function...
Could you please check if the example provided with the app_tracking_transparency plugin runs and confirm whether the dialog appears on both the simulator and a connected Apple test device?
Thank you for the contribution and for addressing the issues #54 and #50. However, I believe that the proposed solution is quite hacky as its nature and implementing this fix...
@JuKu, @kentrino I just merged the pull request fixing this issue.