Configure adsense, In this app you must replace your ID with your own data, at file Config.swift
static let ADMOD_UNIT_ID = "ca-app-pub-8915706349520340/1355820569"
GADApplicationIdentifier=ca-app-pub-8915706349520340~2788515259
new we make easy way to disable or enable adsense in the app, you only need to set boolean value with TRUE or FALSE
class Config{
static let IS_AD_ENABLE = true
. . .
}