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

Initialize using Stack Consent Manager (iOS) #25

Closed dylancom closed 4 years ago

dylancom commented 4 years ago

This allows React Native users to get consent using the Stack Consent Manager (on iOS). I aligned the code with the example on: https://github.com/appodeal/appodeal-ios-demo/blob/master/AppodealObjectiveCDemo/AppodealObjectiveCDemo/ASAppDelegate.m

staskochkin commented 4 years ago

Hey @dylancom , thanks you for your activity! We will review this a bit later because the plugin also need to provide same functional for Android. For now our team is approving Consent Manager API

dylancom commented 4 years ago

You're welcome! Happy to help out where I can :)

staskochkin commented 4 years ago

Changes from this request was added in #32.