Is it possible to use StartApp but not show the agreement dialog at the start?

I don’t like the agreement dialog StartApp displays at the start. Is it possible to use their sdk and never show that agreement dialog? I don’t want my users to think it’s spam or adware

Yes you can. Just DON’T use search box sdk.

Yes. Using only the in-app SDK :slight_smile:

yes use following lines.
StartAppSearch.init(this,Constants.StartAppDevID,Constants.StartAppAppID, false);
StartAppSearch.showSearchBox(this, false);