Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

React-native app crashs after firebase/admob added

$
0
0

I'm adding firebase/admob to a RN app, i've added applicationId for both Android and IOS, Android works no problem i can see test banner, but IOS crash with this error :

error screenshot

I've added GADApplicationIdentifier in info.plist:

<key>GADIsAdManagerApp</key>
    <true/>
  <key>GADApplicationIdentifier</key>
  <string>my_application_id</string>

Viewing all articles
Browse latest Browse all 16552

Trending Articles