Questions tagged [startapp]

StartApp is a monetization and distribution platform focusing on mobile applications.

StartApp is a monetization and distribution platform focusing on mobile applications. StartApp deals with the two main parts of the mobile industry today: the monetization challenge that application developers face when trying to generate substantial revenue from their applications, and application distribution – earning a substantial number of downloads worldwide.

A flexible integration process in StartApp allows application developer to choose between different SDKs, offering both in and out of app monetization. StartApp’s unique model allows developers to earn revenue for every download of their application.

76 questions
4
votes
1 answer

StartApp crashing android app on load

My android app runs fine, ads appear and work correctly etc, on the emulator and when I test it on phones using eclipse adt, but when it's downloaded from the play store it crashes immediately giving the logcat output: 09-28 18:50:21.280:…
4
votes
0 answers

Browser Localstorage is blocked by StartApp/adMob/mobileCore

I finally managed to implement StartApp into my cordova project and when everything looked nice the biggest problem appeared. StartApp somehow messes up my localstorage database. This also happends with adMob as I saw on the internet. When I hold…
Alex Stanese
  • 735
  • 4
  • 16
  • 33
4
votes
2 answers

How do I hide StartApp ad on my app?

I want to hide/stop the 3d banner ad when user makes an inapp purchase. But I can't figure out how to. The ad starts automatically when the activity is launched and there is no way of stopping…
124697
  • 22,097
  • 68
  • 188
  • 315
3
votes
1 answer

how to add Startapp ads in flutter app android?

I want to change AdMob ads by other ads (some personal problems) how to add Startapp ads in flutter app android? are there any methods to add startup ads to my flutter app (android)?
Jek So
  • 31
  • 2
3
votes
3 answers

Unity-Android _ CommandInvokationFailure: Unable to convert classes into dex format

i'm using Windows 7, jdk 1.8.0 (64bit), jre 8 (64bit), Unity Pro 4.3.4f1 and Android SDK 22.6.1 All are updated softwares. All works fine but when i use StartApp sdk, this error comes. No extra plugin is used, only the SDK provided by the StartApp…
eagle
  • 567
  • 1
  • 6
  • 24
2
votes
2 answers

Can we use two ad networks app-ads.txt combined in the root of our domain

I am new to the ad networks i have used admob app-ads.txt file in the root of our site but now i want to add another ad network(startapp) to my app which also have app-ads.txt file so my question is can we use these both app-ads.txt files in one txt…
Adnan Khan
  • 21
  • 3
2
votes
0 answers

How to Integrate StartApp Search box and Apps list into my App?

I have seen StartApp Search box and Apps list in someone's app and i have searched how to integrate. But i canot find anything about it. here is the screen shot - picture Anyone knows please help. Thank You
joyalshark
  • 51
  • 9
2
votes
0 answers

StartApp -> No such module 'StartApp'

Using StartApp in a Swift app I have this issue (Xcode 7.3.1). On the line: import StartApp I keep getting this error message: No such module 'StartApp' I have my StartApp.bundle and StartApp.framework set, and the Framework Search Paths are also…
Michel
  • 10,303
  • 17
  • 82
  • 179
2
votes
1 answer

Test device using startApp

I am testing startApp for the first time and walking through the documentation I didn't find any method to add a test device like what I usually do using admob . I am developing for android .
Mohamed Allam
  • 125
  • 2
  • 11
1
vote
1 answer

Different view controller display at start app

I try to explain situation: I have two view controllers: viewHome and viewStartTest. When student start app first time, don't have any data about his test in table. In this situation should be display viewStartTest controller after launch…
Marek
  • 29
  • 7
1
vote
0 answers

Flutter StartApp Plugin

My team and I are working on mobile apps and we would like to get by publishing some ads on them. We tried to work with AdMob but had some problems with them and we now try to intégrale other systems such as Startapp. The problem is that only AdMob…
Barracud Apps
  • 360
  • 4
  • 14
1
vote
2 answers

StartApp Rewarded Video ads not showing

I'm implementing a android application which uses StartApp ad network. In my app i use rewarded ads. I follow the instruction to the letter as the documentation suggested. But when i load an Rewarded ad video it gives ERROR EXECUTE EXCEPTION…
OmegaKi113r
  • 99
  • 3
  • 14
1
vote
1 answer

Program type already present:a.a.a.b

after adding the startapp implementation i got the following error after sync and rebuild: Program type already present: a.a.a.b Message{kind=ERROR, text=Program type already present: a.a.a.b, sources=[Unknown source file], tool …
smlycl
  • 11
  • 3
1
vote
1 answer

How to place your ads at the bottom of your screen in Android

I want to place ad banner startapp at bottom of screen. it keeps appears on the top . i want it to be in the buttom of the screen you find my code down here .. I am trying to position the ad at the bottom of the screen but nothing I try seems to…
Madara
  • 11
  • 3
1
vote
2 answers

StartApp StartAppSDK.init(context, appId, enableReturnAds) returns ad

I am initializing start app ad by following line. Even I passed false in return ad, I see the ad like "You got 1 new app. Click to install". StartAppSDK.init(this, Constants.STARTAPP_AD_APP_ID, false); So how can I disable ad at the time of init ad…
Smeet
  • 4,036
  • 1
  • 36
  • 47
1
2 3 4 5 6