Error Xcode13.3 Ads SDK without an application ID
Asked
Active
Viewed 666 times
0
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Mar 27 '22 at 01:50
1 Answers
0
you can work around it by adding the key-value pair in the documentation linked above to your Info.plist file.
Successful Answer
Open your
info.plist
file and put that line:key = GADIsAdManagerApp
value = true
Follow Image

Jeremy Caney
- 7,102
- 69
- 48
- 77