Library attached below
copy StartAppPlus.jar and StartAppPlus.xml to lib folder
download and rename last StartApp SDK to startappinappplus.jar then add it also to lib folder
add this to manfest
its easy to use
lib tested with StartAppInApp-2.4.jar
if you did not signup yet please use my link for signup
https://portal.startapp.com//#/signup?referredBy=rfd5kwc
copy StartAppPlus.jar and StartAppPlus.xml to lib folder
download and rename last StartApp SDK to startappinappplus.jar then add it also to lib folder
add this to manfest
B4X:
AddManifestText(
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>)
AddApplicationText(<activity android:name="com.startapp.android.publish.list3d.List3DActivity"
android:theme="@android:style/Theme" />
<activity android:name="com.startapp.android.publish.AppWallActivity"
android:theme="@android:style/Theme.Translucent"
android:configChanges="orientation|keyboardHidden|screenSize" />)
its easy to use
B4X:
Dim StAppPlus As StartAppPlus
StAppPlus.Initialize(DevID,AppID)
'you have many methods like
StAppPlus.showSlider
StAppPlus.ShowSplash(App Name)
StAppPlus.ShowInterstitials
'To Show Banner
StAppPlus.ShowBanner
Activity.AddView(StAppPlus,0,(100%y-50dip),100%x,50dip)
if you did not signup yet please use my link for signup
https://portal.startapp.com//#/signup?referredBy=rfd5kwc
Attachments
Last edited: