We want to integrate Unity ads on Android but disable it on iOS.
If I use if-statement or preprocessor, there will be Unity Ads framework and Apple's internal Ad Framework referenced in XCode project file, I have to remove them manually to prevent answering the IDFA question in iTunes connect.
Right now I have to manually switch off the Ads button in Services panel before I build my iOS project, in this way there will be no ads frameworks added into project
Can someone tell me how to achieve...
Is it possible to Turn on Ad Service on Android while Turn it off on iOS?
If I use if-statement or preprocessor, there will be Unity Ads framework and Apple's internal Ad Framework referenced in XCode project file, I have to remove them manually to prevent answering the IDFA question in iTunes connect.
Right now I have to manually switch off the Ads button in Services panel before I build my iOS project, in this way there will be no ads frameworks added into project
Can someone tell me how to achieve...
Is it possible to Turn on Ad Service on Android while Turn it off on iOS?