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

startapp ads error code 'boolean android.content.Context.isUiContext()' on a null object reference

I have implemented StartApp ads correctly in my first project. everything runs well. Then some error appears in another project with error code like below : Process: com.dev.project, PID: 16570 java.lang.RuntimeException: Unable to start activity…
King Maf
  • 42
  • 1
  • 9
0
votes
2 answers

Need to stop Startapp Splash Ad

I need to disable startup splash Ad StartAppAd.disableSplash() And I added the following code in my app activities, but after adding its showing error "cannot resolve symbol" I have to disable splash ad. Anybody can help
0
votes
3 answers

Disable StartApp SDK auto show ads when activity is visibile

I was successfully able to add StartApp ads to my project, I only added 1 banner. My question is, why a full screen ad keeps showing when my activity is visibile? (e.g: I'm inside the app then I open YouTube without closing my app, when I get back…
Regex
  • 528
  • 4
  • 20
0
votes
1 answer

viewDidDisappear not showing ad

Im using startApp to display ads but when the view disappears it doesn't show the ad. I have startAppAd = STAStartAppAd() in viewDidLoad() I'm not quite sure what is going wrong. override func viewDidAppear(_ animated: Bool) { …
tHatpart
  • 1,302
  • 3
  • 12
  • 27
0
votes
0 answers

Integrate the StartApp Ads in an Ionic Application

Is there a way we can integrate the StartApp Ads on an Ionic 3 Application StartApp: https://portal.startapp.com/#/download-sdk The above link specifies that there is Cordova support Is there a plugin already present to make use of to achieve this?
Akash Mahale
  • 43
  • 10
0
votes
1 answer

How to implement Reward video with Startapp

Recently I'm facing issue related to Startapp platform for Android. When I implemented the reward video it returns an error with: FailledError execute Exception Error sendGetWithResponse code = [204] Here is my function: public void rewardAd() { …
abdello
  • 158
  • 3
  • 13
0
votes
1 answer

startapp ads not working

Could guys hep me integrate Startapp network in this activity, this is my code it has not the oncreate method i tried to integrate it but i failed. Please help me. You can find below the code and it does not contain the oncreate method.Im new to…
0
votes
2 answers

Android Studio - Generate Signed APK : Image loading issues

there is this problem that is diving me crazy today. I recently finished my first Android mobile app, though it was working just fine when I was Running in in my Phone inside Android studio. But once I Generated Signed APK file and installed it in…
0
votes
1 answer

While implementing StartApp ads , i am getting StartApp ads Error java.lang.NullPointerException

The error is given below: _ java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Enum.ordinal()' on a null object reference at…
anwar alam
  • 582
  • 5
  • 19
0
votes
1 answer

Banner Ad is Moved When Scene is Switched due to SKCameraNode

So, in my project, I have a main menu screen with no SKCameraNode. The banner ads work perfectly fine and nothing happens to them until I click the play button. I am using StartApp ads. Here is my main menu screen: And when I switch scenes, the…
Josh Schlabach
  • 401
  • 5
  • 17
0
votes
1 answer

android Admob and startApp

I have an app on playstore https://play.google.com/store/apps/details?id=com.advocosoftwares.colorbook. I have used startApp in first release version. Now for next version I am trying to add AdMob rewarded video ad in the same app. I am getting the…
0
votes
1 answer

Opening Microsoft Onenote app within a separate app via button click

I am working with a cordova app that will allow the user to open the Microsoft Onenote app on their phone if it is already installed. I am not looking for an in-app browser to appear on screen but the Onenote app itself. I am currently using the…
Sontara
  • 1
  • 3
0
votes
1 answer

Importing startapp in android studio

I have a problem when I try to import: android.view.View StartAppAd StartAppSDK When I import these, they are marked as inactive (grey color). I use this guide, but the error cannot resolve symbol... persists. I switched to autocomplete for…
0
votes
0 answers

Error after implementing StartApp Sdk

I have just implemented StartApp SDK to serve add in my application but it is giving error like below. The error showing in crash report. Please help to remove the error and avoid crash Please see the crash report below Exception…
0
votes
0 answers

How to make sure interstitial ad is shown in espresso

for ex i wann show startapp interstitial ad in OnResume @Override public void onResume() { startAppAd.onResume(); super.onResume(); } How to test ad shown in espresso
chikadance
  • 3,591
  • 4
  • 41
  • 73