Tapjoy is an app market where promotions of both Android or IOS apps are displayed.
Questions tagged [tapjoy]
46 questions
12
votes
1 answer
Warning when building app: "Expected stack map table for method with non-linear control flow."
I have a project on which I worked last year. Recently I started working on it again but wanted to update everything that was possible. I managed to resolve basically all problems except this one. I can't find anything online about this warning. I…

Claudiu Razlet
- 350
- 1
- 5
- 12
10
votes
1 answer
Device macro id for Tapjoy, Google Analytics
I wanted to create custom url for tracking ios installs in google analytics dashboard. I have been using Tapjoy to drive the installs. While creating the custom url from…

Siddhant Jain
- 489
- 5
- 26
3
votes
1 answer
iOS: Tapjoy fullscreen ad open multiple screens
i'm trying to use Tapjoy for my apps and i'm using the following code
-(void)getTapJoyAd{
[Tapjoy getFullScreenAd];
// A notification method must be set to retrieve the fullscreen ad object.
[[NSNotificationCenter defaultCenter]…

Mohamed Emad Hegab
- 2,665
- 6
- 39
- 64
3
votes
1 answer
After integrating Tapjoy sdk in iPhone app, how to show ads, video in UiViewcontroller?
In my iPhone application I have to integrate Tapjoy SDK, and want to show ads,videos.
In Tapjoy SDK demo they are showing only the connection status but what about the ads,videos.
How to show this in UiViewController?
I need to show my app demo to…

Nishi
- 683
- 1
- 12
- 31
3
votes
1 answer
Not able to get tap points from tapjoy offerwall?
I have developed an android app. In this app I have integrated tapjoy and everbadge offerwalls. In tapjoy offerwall, I am calling following method to show offerwall.
TapjoyConnect.getTapjoyConnectInstance().showOffers();
but when I complete an…

Abhimanyu garg
- 961
- 1
- 7
- 8
3
votes
2 answers
Libgdx and Leadbolt
I'm thinking of integrating Leadbolt (or Tapjoy) to my Libgdx game. I want to make a store based on the clicked forms. More click - more stuff from the store for the user. I found Leadbolt and Tapjoy. These ad providers are providing direct helps…

Zwiebel
- 1,605
- 4
- 21
- 37
2
votes
2 answers
work with TapJoy from Android
I need to get list of some applications from TapJoy, and then display them in my Android project. Have TapJoy a special SDK for working with Android (something like AdWhirl SDK for Android)?

Artem Garkusha
- 331
- 5
- 16
2
votes
2 answers
Tapjoy placement issue ads are not visible in App
I am developing an app for iOS in which I need to integrate TapJoy SDK. All the things are done perfectly. Connection created successfully, Real time graph shows perfect result, but the issue is that the ads that are being created on "Create…

SH Aamir Rafiq
- 31
- 4
2
votes
0 answers
While integration of tapjoy getting Googleplay services error
Am working on android project.In that I have to integrate tapjoy sdk.I did all the steps mentioned in Tapjoy - Knowledge center.After my tapjoy integration,I am getting empty white view while running my app.I didnt get any errors.But i am getting a…

Madhumitha
- 3,794
- 8
- 30
- 45
2
votes
6 answers
google play store issue with tapjoy sdk
I am using latest tapjoy jar file and follow all the thing which is mentioned on tap joy site, for reference i am using this http://tech.tapjoy.com/product-overview/integration-publishers/getting-started-guide-for-publishers,
but still getting below…

Narayan soni
- 821
- 1
- 10
- 28
2
votes
1 answer
Android Tapjoy offerwall never makes callback
I am using TapJoys offerwall to give the users a way to get "free" game coins for stuff, however, the offerwall never makes the callback when i return to my activity.
I think i have the relevant implements
public class MainActivity extends…

Flexo
- 2,506
- 3
- 21
- 32
2
votes
0 answers
Adding tapjoy banner ads- android
I have activity (second activity) , where at the bottom I want to put banner ads(350x50). I have a linearLayout(adLinear) at the bottom of my view and I want ads to come out here. Unfortunately, in tapjoys knowledge center , there are 0 information…

Daler
- 1,205
- 3
- 18
- 39
2
votes
1 answer
Crash In TapJoy Interstitial Ad
When I had integrated TapJoy Interstitial ad it was working fine. But now, I have a mechanism that if Tapjoy fails to gives ad, I rollover to some other ad network like adMob, Mobclix, etc.
The problem is that the rolling over mechanism is working…

Saurabh Verma
- 6,328
- 12
- 52
- 84
1
vote
1 answer
1
vote
1 answer
TapJoy rotates all my UIViewContollers used inside the game
I use TapJoy SDK in my an OpenGL based game (based on Maze+ code)
when i use the following code in the App Delegate to show full screen ads
[TapjoyConnect showFeaturedAppFullScreenAd];
or even use the following code in the more games view to show…

Mahmoud Adam
- 5,772
- 5
- 41
- 62