iOS permission request and data safety?

I wonder how this whole “permission request” popup thing is handled in Solar2D?
Is this automatically appearing now on iOS or do I have to change anything in my games (using admob and Unity ads for example)?

How is this handled on Android? What has to be done here and are there any deadlines to include a popup or informing inside an app for data safety / policy or anything?

Any help welcome.

Thank you!

Can anybody please tell me how the permission request popup window at start on iOS can be shown with Solar2D when using admob for example?

Confused by the question? Are you referring to app tracking transparency permission pop up?
You can read more about that here Solar2D Documentation — Plugins | App Tracking Transparency

1 Like

Yes, exactly! Thank you very much for your help!
What does this first part in the documentation mean:

`ATTrackingManager.requestTrackingAuthorization(completionHandler: { status ` `in`

`  ` `....`
`})`

What are the “…” stand for and where exactly is this used?

Will the popup only show once or is it shown every time the game is started (when closed before)?

That’s for what native objc code looks like.

The pop up will only show once and per fresh install( you have to completely delete app to show again)

1 Like

Thank you very much for your fast help! Much appreciated! :slight_smile:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.