1

I am developing android application in which i want to use Mobclix to serve ads. I have download the Mobclix SDK along with its sample project. I have replace the App_Id in sample project with my App_Id but it does not show any ads(not even test ads ). When i look at my Logcat i see following are the concern:

The ad request failed with error code: -999999

OR

The ad request failed with error code: -503

OR

The ad request failed with error code: -777777

what does it mean? how can i solve this?

Note: 1) I have setup the application on Mobclix server as per the guide provided by Mobclix 2) I want to show Banner ads

dd619
  • 5,910
  • 8
  • 35
  • 60

1 Answers1

4

Take a look the documentation (sdk.html) included with the Mobclix SDK for the error code descriptions:

-503    // Advertisement is not available at this time.
-777777 // Ad did not display because the app is not in the foreground.
-999999 // Ad size has been disabled on the Mobclix Developer Dashboard.
scross01
  • 56
  • 3