Questions tagged [burstly]

`Burstly` is an in-application advertising management tool to help mobile app developers optimize their ad space and inventory

Burstly is an in-application advertising management tool to help mobile app developers optimize their ad space and inventory. Choose between different advertising networks, pick which ads show up in the app, manage ad inventory, sell directly, and enables in-app purchases. Burstly also offers an Application Marketplace. Apps can buy on a Pay Per Install (PPI) basis.

5 questions
2
votes
1 answer

How do I disable Burstly's console logging?

How do I disable Burstly's (excessively) spammy console logging on iOS? Seeing as devices only store the previous X lines of logs, and burstly fills about 80% of that, I can't always get the logs I added for other things myself. Since all I get…
krdluzni
  • 799
  • 2
  • 9
  • 10
1
vote
0 answers

Unit testing Burstly Activity (Android)

I've tried following two approaches for Unit testing a custom activity that extends BurstlyActivity: Using Robolectric. It fails at multiple places where its looking for Burstly related layouts and Burstly specific classes, which may not present in…
bianca
  • 7,004
  • 12
  • 43
  • 58
0
votes
1 answer

Burstly OAIAutoRefreshManager showing interstitials without the app requesting for them

We have a weird issue where the burstly interstitial ads keep popping up randomly without our app requesting them. We're using the Burstly SDK for iOS. Looking at the burstly logs, it shows something like [;2013-11-06 16:01:13.209…
tbag
  • 1,268
  • 2
  • 16
  • 34
0
votes
3 answers

Adding BurstlySDK and TestFlightSDK leads to a linker error

I have added BurstlySDK and TestFlightSDK to my project and i'm having the following linker error: duplicate symbol _OBJC_CLASS_$_TFApplicationInformation…
Andrey Chernukha
  • 21,488
  • 17
  • 97
  • 161
0
votes
1 answer

How to move burstly ads to the center of the screen in android?

The MainActivity is extending UnityPlayerActivity. We are using the following code snippet to place banner ads on android. FrameLayout layout1 = new FrameLayout(this); BurstlyAnimatedBanner levelUpBanner = new BurstlyAnimatedBanner(…
Pradeep Vairamani
  • 4,004
  • 3
  • 36
  • 59