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
1
vote
0 answers

StartApp SDK binding in android with xamarin

i'm working on an android app with xamarin, and i wanted to add a banner with StartApp SDK (v 3.6.1). After i created a binding library, and import startapp.jar, when i build it, i've got this error: Error CS0234 The type or namespace name…
Samih EL SAKHAWI
  • 429
  • 4
  • 17
1
vote
1 answer

Play Store crashes when StartApp interstitial ad clicked

I have an interstitial ad in my app from StartApp. The ad is loaded when the app is exited. Whenever the ad is clicked, Google PLay Store is launched and I get the message that Play Store has crashed. I followed the instructions exactly as told in…
1
vote
2 answers

Error when add Ads with StartApp

I add Ads to my application as setup in document of StartApp: Permission:
Sakura1108
  • 23
  • 6
1
vote
0 answers

Why won't Django recognize the application I created?

I created a directory called project1 with the path C:\DP. When I run the server for project1 using python C:\DP\project1\manage.py runserver it works perfectly. Then I create a new app using python C:\DP\project1\manage.py startapp rango I then…
Christopher Berry
  • 685
  • 2
  • 7
  • 18
1
vote
1 answer

Android - How to configure proguard

I use StartApp to add advertisement, anh use proguard. When I run apk file (after export application), It forces to close app. I try to use StartApp, not use proguard, the apk file has no error. Another way, I try to use proguard, not use StartApp,…
Robinson Niit
  • 41
  • 1
  • 3
1
vote
0 answers

startapp banner double size in hight end devices issue

I implemented startapp banner in my application android I add banner in overlay view android but the size of banner so big that make crash my layout, I seem height of banner is 90dp (normal is 50dp) Someone have same problem, please tell me
1
vote
1 answer

code random animation left android

TranslateAnimation animation = new TranslateAnimation(0.0f, 1552.0f,0.0f, 0.0f); // new TranslateAnimation(xFrom,xTo, yFrom,yTo) `animation.setDuration(2000);` // animation duration animation.setRepeatCount(100); // animation…
1
vote
3 answers

StartApp ads not loading on Back Pressed in android

i have Developed an application that have integrated with StartApp ads for the Interstitial ads and i want to implement at onBack Pressed event so i did code like this.. code on onCreate int k; AdRequest adRequest; private InterstitialAd…
user2776223
1
vote
1 answer

Startapp interstitial ad will always cause an OGL context lose?

I'm making an android app, and I want to show the typical splash screen ad once my game is loaded. The problem I'm facing is that I run the game, it loads the textures, and then it shows the intersitial ad. When I close the ad, I have to recreate…
Istarion
  • 43
  • 5
1
vote
1 answer

Having trouble while integrating startapp into my app

I am trying to integrate startapp ads into my application. I am using the guide provided by Startapp. It is given in the following. ------*start of Guide -----* Step 1: Add the SDK JARs to your Eclipse project Step 2: Update your manifest file Step…
0
votes
2 answers

No module named, Python-Django

i have problem with start in django. After command cd manage.py runserver, is problem no module named 'first' Sc with my file.(https://i.stack.imgur.com/wcRod.png)(https://i.stack.imgur.com/8o7sB.png) (https://i.stack.imgur.com/Dod2r.png) and in…
szym3k33
  • 1
  • 1
0
votes
0 answers

Detected issue: User data policy issue due to SDK Contains version 12 code for the "com..Corps" app. on the com.startapp:inapp-sdk SDK,

Detected issue: User data policy issue due to SDK Contains version 12 code for the "com.Corps" app. on the com.startapp:inapp-sdk SDK, or on another SDK that one of your libraries depends on and is likely to facilitate the transfer or compilation of…
0
votes
2 answers

how to fix Zip Path Traversal Vulnerability In Android

I have an app that has startapp(0.5.1) ads, but after reviewing, I got the following error: Your app has an unsafe decompression pattern that could lead to a "scan path" vulnerability. Please see this Google Help Center article for how to fix the…
0
votes
1 answer

Cordova Start.io (ex. StartApp) ads lib

who have experience in creating Cordova plugins - I need your help. In 2019 Lukas Reiner has created a very good plugin for Ionic (Cordova) to show StartApp ads: https://github.com/lreiner/cordova-plugin-startapp-ads This plugin still working well,…
0
votes
1 answer

Show InterstitialAd Before opening link in flutter

load my ad before performing launchURL. buttonactionL: () async{ await StartApp.showInterstitialAd(); String url = "https://google.com"; _launchURL(url); },
Akshay R
  • 3
  • 1