Your SmartWall is incorrectly installed!

i keep getting this warring message on airpush website

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="gs4.galaxys4wallpapers"
    android:versionCode="8"
    android:versionName="1.3.3" 
    android:installLocation="auto">

    <uses-sdk
        android:minSdkVersion="10"
        android:targetSdkVersion="17" />
    <uses-permission android:name="android.permission.SET_WALLPAPER" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
	<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
	<uses-permission android:name="android.permission.ACCESS_COURSE_LOCATION" />
	<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<meta-data android:value="true" android:name="ADMOB_ALLOW_LOCATION_FOR_ADS" />
    
    
    <application
        android:name=".UILApplication"
        android:allowBackup="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/AppTheme" android:hardwareAccelerated="true">
        
                     
       <meta-data android:name="com.eEMu.ipyV146264.APPID" android:value="*****" />
      <meta-data android:name="com.eEMu.ipyV146264.APIKEY" android:value="ipyV146264*************"/>
      <!-- This activity is required for all ads. This activity is also used for Dialog ads. -->
      <activity android:exported="false" android:name="com.eEMu.ipyV146264.OptinActivity"
        android:configChanges="orientation|keyboardHidden"
        android:theme="@android:style/Theme.Translucent" />
        <!-- End of required declarations for all ads-->  
        
           <activity
            android:name="com.eEMu.ipyV146264.SmartWallActivity" android:configChanges="orientation|keyboardHidden"
            android:launchMode="singleTask" />     
        
 
        <activity 
            android:name=".ImagePagerActivity"
            android:label="@string/app_name"
            ></activity>   
         <activity android:name="com.google.ads.AdActivity"
   android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
   />
	
        <activity
            android:name="gs4.galaxys4wallpapers.HomePage"
            android:label="@string/app_name"
             android:screenOrientation="portrait"
         
            android:theme="@android:color/black"  >
            
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>

</manifest>

my activity



	Airpush airpush;


	protected void onCreate(Bundle savedInstanceState) {
		super.onCreate(savedInstanceState);
		setContentView(R.layout.activity_home_page);
		   Display display = getWindowManager().getDefaultDisplay(); 
		   getWindow().getDecorView().setBackgroundColor(Color.BLACK);
	       int width = display.getWidth();  
	       height  = display.getHeight(); 
	       
	   	AdView adView = (AdView) findViewById(R.id.ad1);
		adView.loadAd(new AdRequest());

		 airpush = new com.eEMu.ipyV146264.Airpush(this);
			
  		 zft  =(PreferenceManager.getDefaultSharedPreferences(getBaseContext()).getInt("countss", 0));



}
 

@Override
	public void onBackPressed() {
		 
		checkforads();
		
		super.onBackPressed();
	}
	

private void checkforads() {
	
	SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getBaseContext());
	SharedPreferences.Editor edit = prefs.edit();

	
		zft++;
		edit.putInt("countss",zft);
		edit.commit();
		
	if (zft >= 3) {
		edit.putInt("countss", 0);
		airpush.startSmartWallAd();
		
		edit.commit();
		

		
	}

 

my code is working and i get ads but with very low cpm probably cause there is something missing thanks in advanced

I have this same issue and support NEVER responds. Pretty much all my apps have the issue.

I asked them few days ago about warning and got this:


Hello,

Thanks for contacting Airpush Support.

If you are using airpush.startSmartWallAd() please do not change anything. Kindly ignore the warning message.

Thanks,
Airpush Support Team.

Why the fuck don’t they just stop posting the message on their website then? So many of us get the stupid message (which takes up a lot of room and is only removed manually each time).
They might provide a good revenue stream, but those guys really have no idea how to run their system properly.

Totally agree with you i think recently they got fucked up with controlling their system