Skip to content

Commit

Permalink
feat: add GADApplicationIdentifier and NSUserTrackingUsageDescription…
Browse files Browse the repository at this point in the history
… to Info.plist for AdMob integration
  • Loading branch information
pushpender-singh-ap committed Dec 31, 2024
1 parent 7ed9f7c commit b5b58c2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ios/InkNest/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-3157479752055629~8049473571</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand All @@ -33,6 +35,8 @@
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
<key>NSUserTrackingUsageDescription</key>
<string>We will be used to deliver personalized ads to you.</string>
<key>UIAppFonts</key>
<array>
<string>AntDesign.ttf</string>
Expand All @@ -57,11 +61,8 @@
</array>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>remote-notification</string>
</array>
<key>NSUserTrackingUsageDescription</key>
<string>We will be used to deliver personalized ads to you.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
Expand All @@ -77,7 +78,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-3157479752055629~8049473571</string>
</dict>
</plist>

0 comments on commit b5b58c2

Please sign in to comment.