I am initializing start app ad by following line. Even I passed false in return ad, I see the ad like "You got 1 new app. Click to install".
StartAppSDK.init(this, Constants.STARTAPP_AD_APP_ID, false);
So how can I disable ad at the time of init ad SDK?