You need to add the following line with the channel name into your AndroidManifest.
<application
....
>
<meta-data android:name="CHANNEL" android:value="9apps_int"/>
...
</application>
P.S. I know it's an old question but yesterday this info would save me a lot of time :)