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
0
votes
1 answer

java.lang.AssertionError at startapp

I was trying to fix in my project, but I could not figure out how. Everything went well during development, but after sharing to store and download it as this error occurred. It makes me mad. Who can help me how to fix this ?. please. thanks so…
0
votes
1 answer

Show interstitial ads by calling method from different class? (StartApp)

So because I try to monetize game it's a bit more difficult since there is no "public void onCreate" method in java class in which I need to call ads. Adding a banner is no issue for me but it's interstitial ads I can't call. In my main java class I…
0
votes
0 answers

Activity crashes after intergrating Startapp in it

App crashes on button click after adding this line, there are 3 modes of this app "Easy, Medium and Hard". before i add this line (next to next 2nd code below) i could choose another mode after choosing the a mode at start then go back. but after…
0
votes
2 answers

Binary from Xcode 7.0.1 not uploading due to Unexpected CFBundleExecutable key from advertiser framework

I am trying to upload update on my game from Xcode 7.0.1 but I am getting this error shown in image. I have been to advertiser web page and I have made alterations as recommended. 1. Bitcoin-No 2. added this to…
user2511630
  • 3,214
  • 2
  • 17
  • 15
0
votes
1 answer

StartApp Ads not showing on listitem click

I will like to display StartApp Ads on click listener of list item when intent new activity in android. But it didn't work for me as following way. In first method code is Ok but banner not display and In second method to display banner is throwing…
Garg
  • 2,731
  • 2
  • 36
  • 47
0
votes
1 answer

What's the different between start app from system launcher and custom application?

App A has an main activity that launch mode set as standard, open it. When I reopen it from system launcher, everything looks normal. But if start app A through another app B, A restart! Why? My code: Intent launchIntent =…
kylin17
  • 117
  • 1
  • 9
0
votes
1 answer

StartApp not showing in Android app

I used StartApp SDK 3.1.1 in Android Studio and I follow this link (Step 1 to Showing Banner): https://github.com/StartApp-SDK/Documentation/wiki/Android-InApp-Documentation Import SDK jar Insert code into AndroidManifest.xml: and under…
user1916184
  • 135
  • 2
  • 14
0
votes
1 answer

StartApp not displaying banners

I've added StartApp in my project. I've done all things that were written in some tutorials. But, there are no banners appearing in my application. I've added these into my Manifest file:
0
votes
1 answer

StartApp iOS banner won't show with my correct devID

I integrated StartApp banner to my iOS app. The banner showed correctly for a while on both simulator and devices. But one day the banner Stop showing without changing the code. I figure out that banner would show if I use an INCORRECT devID. And…
azun
  • 391
  • 4
  • 11
0
votes
1 answer

StartAppAd.showSlider set to right side

i am implementing StartApp ads in my android app, in which i am following this integration guide: https://github.com/StartApp-SDK/Documentation/wiki/Android-InApp-Documentation#step8 but the problem is the slider is always open from left side, but i…
user3733739
  • 55
  • 1
  • 7
0
votes
1 answer

Integrating StartApp SDK into RoboVM application?

I wrote an ios application with robovm and I want to integrate StartApp SDK to it . However , I can't find StartApp SDK for robovm . So , how should I do . Please help me , thanks .
zxcde
  • 3
  • 3
0
votes
2 answers

How can I use the StartApp SDK integrated in Titanium?

I am a new app developer, I am using Titanium Studio to create my apps and I want to integrate StartApp framework into my apps. But the StartApp integration uses Java which i cant write in titanium, is there any possible way to integrate it with…
Basem
  • 1
  • 1
0
votes
1 answer

Android - Getting data out of Startapp

I use Startapp as my ad network in my applications and I need to be able to handle when a user clicks on an ad. I could not find any documentation for this function, and I would rather use onPause() because other things might pause the activity. …
Sam Borick
  • 935
  • 2
  • 10
  • 31
0
votes
1 answer

How to add startapp ad banner to android - cordova project?

This is driving me crazy! I spend more than 5 days with it. What is wrong why is my banner not shwing? I followed all the instructions from: https://github.com/StartApp-SDK/Documentation/wiki/Android-InApp-&-InApp-Plus-Documentation this is my main…
Alex Stanese
  • 735
  • 4
  • 16
  • 33
0
votes
1 answer

How to add a simple ad banner along a webview (phonegap) in android

I'm trying since yersterday afternoon non stop to add a simple banner ad to my app wich is created with phonegap 3.3. Im a beginner in android and I dont know how to make the main layout so that it includes both: the phonegap view and the banner. I…
Alex Stanese
  • 735
  • 4
  • 16
  • 33