Balaso-Software / app-tracking-transparency-for-unity

Later this year Apple will require your apps/games to request user's authorization in order to obtain the Identifier for Advertising (IDFA), used to optimize and maximize your Ads revenue
16 stars 1 forks source link

Feature required- Popup message text from Unity #10

Closed Amitkapadi closed 3 years ago

Amitkapadi commented 3 years ago

We wants to do AB test with different message. But right now plugin fetch message from plist. So we cant change message using Remote config. Is it possible to set message from Unity before RequestTrackingAuthorization.

manelizzard commented 3 years ago

Hello @Amitkapadi. Apple requires the popup message to be set in Info.plist upon build time. Because of that, we cannot A/B test the popup message, I am sorry.

andymads commented 3 years ago

@manelizzard As an addition can I suggest you make the popup message setting be optional - add a checkbox to disable. And do the same with the SKAdNetwork additions, and the framework additions. I prefer to have full control and not have third-party code making modifications to my Xcode project.