What is the most recent correct syntax to initialize the Google Mobile Ads SDK in the App Delegate file?
1) Add the follow in Info.plist
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-3940256099942544~1458002511</string>
2) in AppDelegate
GADMobileAds.sharedInstance().start(completionHandler: nil)