Firstly my antivirus software is indicating the tutorial on these ads is an extremely high virus risk. Is there a "clean" version of the tutorial available?
What I would like to have is a step by step guide / checklist to setting these Leadbolt ads up [I realize this may not be available - but you don't know without asking].
My specific issues are:
1] the Android Manifest file - when I include the permissions etc suggested by Leadbolt I now have an app that doesn't launch when I "Compile and Run".
Through testing it appears to be a problem in the "application" section, however, it is possible there may be other errors in the manifest file I have created. The full manifest file follows:
AddManifestText(
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"/>
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<application
<service android:name="com.tegcccewpmwoueyxkc.ReEngagementService"></service>
<service android:name="com.tegcccewpmwoueyxkc.AdBootReceiverService"></service>
<receiver android:name="com.tegcccewpmwoueyxkc.ReEngagement"/>
<receiver android:name="b4a.additionslvl1Free.BootReceiver">
</receiver>
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</application>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
If someone can identify the problem in the Manifest file for me it would be greatly appreciated.
2] I am not receiving any test ads coming through from Leadbolt.
I am hoping the problem is in the Manifest file.
By reading the forum I note some people had difficulties with the libraries. I have marked what I think are the relevant libraries on the libs page in B4A. For your information, I have ticked "Core"; LeadboltB4A; Licensing; Phone; SQL; AND tegcccewpmwoueyxkc.
Within the specific modules that generates the ads I have:
a] Declared the variable naming the ads in Sub Globals as LeadboltB4A;
b] Initialized the ad using the number provided in Leadbolt for the relevant ad type;
c] Then in a "Timer" function asked the app to load the ad with the LoadAd() instruction.
Should I include any other activities?
3] Has anyone explored how to use Leadbolt's Floating Ads yet? [They are in the latest update.] Any tips?
4] Is anyone using AppFireworks with their Leadbolt Ads Is using AppFireworks worthwhile or does Google Analytics provide adequate information?
The instructions say to use Eclipse to undertake particular functions when setting up AppFireworks. Can this be done in B4A without needing to use Eclipse - if so how do I do it?
I have asked my Leadbolt account manager for assistance however as it is now a weekend I don't expect I will get a reply from him before next week.
If someone on the forum can assist me before then it would be appreciated.
Thank you so much for your assistance.
What I would like to have is a step by step guide / checklist to setting these Leadbolt ads up [I realize this may not be available - but you don't know without asking].
My specific issues are:
1] the Android Manifest file - when I include the permissions etc suggested by Leadbolt I now have an app that doesn't launch when I "Compile and Run".
Through testing it appears to be a problem in the "application" section, however, it is possible there may be other errors in the manifest file I have created. The full manifest file follows:
AddManifestText(
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"/>
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<application
<service android:name="com.tegcccewpmwoueyxkc.ReEngagementService"></service>
<service android:name="com.tegcccewpmwoueyxkc.AdBootReceiverService"></service>
<receiver android:name="com.tegcccewpmwoueyxkc.ReEngagement"/>
<receiver android:name="b4a.additionslvl1Free.BootReceiver">
</receiver>
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</application>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
If someone can identify the problem in the Manifest file for me it would be greatly appreciated.
2] I am not receiving any test ads coming through from Leadbolt.
I am hoping the problem is in the Manifest file.
By reading the forum I note some people had difficulties with the libraries. I have marked what I think are the relevant libraries on the libs page in B4A. For your information, I have ticked "Core"; LeadboltB4A; Licensing; Phone; SQL; AND tegcccewpmwoueyxkc.
Within the specific modules that generates the ads I have:
a] Declared the variable naming the ads in Sub Globals as LeadboltB4A;
b] Initialized the ad using the number provided in Leadbolt for the relevant ad type;
c] Then in a "Timer" function asked the app to load the ad with the LoadAd() instruction.
Should I include any other activities?
3] Has anyone explored how to use Leadbolt's Floating Ads yet? [They are in the latest update.] Any tips?
4] Is anyone using AppFireworks with their Leadbolt Ads Is using AppFireworks worthwhile or does Google Analytics provide adequate information?
The instructions say to use Eclipse to undertake particular functions when setting up AppFireworks. Can this be done in B4A without needing to use Eclipse - if so how do I do it?
I have asked my Leadbolt account manager for assistance however as it is now a weekend I don't expect I will get a reply from him before next week.
If someone on the forum can assist me before then it would be appreciated.
Thank you so much for your assistance.