Wowza Community

Wowza GoCoder SDK application id does not work properly

Hello,

we bought the wowza gocoder sdk and placed the license key properly like you described it in the docs and sample application.

Now our application id is something similiar to this: 00157291

How can we place this application id in our android application so that it works, we have gone throw the docs and could not find something properly.

Could you please give us a sample app which implements the application id like I have shown above or some more information of how to implement this?

We tried to implement it like this for instance:

defaultConfig {

applicationId “00157291”

minSdkVersion 19
targetSdkVersion 25
versionCode 1
versionName “1.0”
}