appodeal / react-native-appodeal

Official React Native package that adds Appodeal SDK support to your react-native application.
https://appodeal.com
59 stars 37 forks source link

iOS 14+ Support #52

Closed dylancom closed 3 years ago

dylancom commented 3 years ago

Starting in iOS 14, IDFA will be unavailable until an app calls the App Tracking Transparency framework to present the app-tracking authorization request to the end-user. If an app does not present this request, the IDFA will automatically be zeroed out which may lead to a significant loss in ad revenue.

We need to present the App Tracking Transparency authorization request alert and initialize the Appodeal SDK after it's completion. This seems clear with Objective-C or Swift, but I think we need some docs on how to do this with the React Native package.

iOS 14+ Support

staskochkin commented 3 years ago

Hello @dylancom! According to the latest news from Apple apps will be required to obtain permission to track users starting early next year. I think we need to wait for more information from Apple. For now, I've found that react-native-permissions package already added support of AppTrackingTransparency framework. I think we will add an example of its integration with Appodeal in the next release of this plugin.

perrosnk commented 3 years ago

@dylancom @staskochkin have you found a solution on how to do this?