I've implemented GADMobileAds and my Info.plist file includes the following entry:
<key>SKAdNetworkItems</key>
<array>
...
<dict>
<key>SKAdNetworkIdentifier</key>
<string>tl55sbb4fm.skadnetwork</string> <!-- Verve Group -->
</dict>
...
</array>
Unfortunately, I get the following error still:
...[Default] <Google> <Google:HTML> 1 required SKAdNetwork identifier(s) missing from Info.plist. Missing network(s): Verve. See [Enable SKAdNetwork to track conversions] (https://googlemobileadssdk.page.link/enable-skadnetwork).
I've tried everything from cleaning the build folder to adding all of Verve Group's other SKAdNetworkIdentifier
strings.
What am I missing?