AppLovin / AppLovin-MAX-SDK-iOS

84 stars 69 forks source link

Feature Req: Manually trigger GDPR flow #309

Open mmdock opened 1 month ago

mmdock commented 1 month ago

Feature Description

Right now, SDK can display GDPR permissions flow at initialization, or using the for existing user setup.

this means, if we want to have the prompt appear in a organic place for new users installing the app, we need to defer initialization of applovin until during our onboarding process.

this feels, "bulky" in a way, having to handle applovin different from other third party integrations as a result. Im surprised we don't have a way to manually request through the applovin api more cleanly for the initial user experience