Questions tagged [tapjoy]

Tapjoy is an app market where promotions of both Android or IOS apps are displayed.

46 questions
1
vote
1 answer

TapJoy Rewarded Videos ads not showing

I'm trying to implement Tapjoy Rewarded Videos into my app, however they're not showing up. private var directPlayPlacement: TJPlacement? = null private var TJlistener: TJPlacementListener? = null Here's my initTapJoy() function: fun initTapJoy()…
Alex Shd
  • 81
  • 8
1
vote
0 answers

Swift - Tapjoy Reward Ad

I'm trying to add a "Message to Earn" that leads to a "Reward ad" into my app, the framework and the ad works fine but there is no reward for watching the ad. I have tried using the didRequestReward and requestDidSucceed methods but the…
XC_Pika
  • 11
  • 1
1
vote
0 answers

Handle connect callbacks are not working in Tapjoy unity android

I have used Tapjoy to show offer wall in my game. It works fine in the sample app given by the Tapjoy plugin for unity. I have provided my Android SDK key. But it does not work in my game. I found that Tapjoy.IsConnected shows true, but either…
1
vote
0 answers

How to build an app similar to taskbucks?

I want to build an app similar to taskbucks which shows list of tasks that user alongwith coins users gets for performing that task. On server side I am using codeigniter and client I can use ionic and native android. I tried a lot googling but…
Deep Nishad
  • 181
  • 1
  • 2
  • 7
1
vote
0 answers

How and from where AndroidManifest file is picked in Unity3D

I am trying to integrate NativeX, Supersonic and Tapjoy plugins in the same applications. The few I am facing is, that all of these plugins have their own AndroidManifest files, residing at location /Assets/Plugin/Android . And one in…
muttahir
  • 115
  • 10
1
vote
0 answers

TapJoy showOffersWithViewController method is deprecated in Version 11

I'm integrating the new version on TapJoy (V. 11) on iOS and it says that the method --> showOffersWithViewController is deprecated in version 11 and to go to dev.tapjoy.com to see how to fix it. However, while the documentation has been great for…
Jesse S.
  • 783
  • 7
  • 11
1
vote
1 answer

Zend Routing -- Grabbing Variables from URL with Ampersands and not Slashes - Tapjoy

I'm currently creating attempting to integrate with the Tapjoy API with their callback URL request which comes in this form: ?snuid=¤cy=&mac_address=&display_multiplier= However, using…
steviesh
  • 1,740
  • 6
  • 19
  • 33
1
vote
2 answers

Xcode Copied Project Not Working

I had a working project and then I copied project to other directory but it didn't work. Now I have made a new xcode project and added all the required folders and files. It is compiling fine but give this error Terminating app due to uncaught…
Aqeel Raza
  • 1,729
  • 4
  • 15
  • 24
1
vote
1 answer

in app monetization for Xamarin.iOS

I am looking for a way to set up a virtual currency in my Xamarin.iOS app. Has anyone set up a virtual currency in their Xamarin.iOS app? If so which provider works well with Xamarin? Two Providers I know of are Trialpay and Tapjoy. I am not sure…
Deekor
  • 9,144
  • 16
  • 69
  • 121
1
vote
1 answer

TapJoy offer list in Fragment

I am currently developing a Android application for a client who wants TapJoy integration, and wants to show only the offer list provided by TapJoy. The app has Actionbar sherlock integrated and has five tabs, and one of the tabs should display this…
Maikel Bollemeijer
  • 6,545
  • 5
  • 25
  • 48
0
votes
1 answer

Do tapjoy commercial campain and get Pro version app?

I have seen some apps like "Get paid to play" and "Appdog" were tapjoy is used. You do commercial campains and get paid for it.I was wondering if there was any way to use tapjoy in your app with your own point system. And if you reach a certain…
Magakahn
  • 498
  • 9
  • 31
0
votes
1 answer

How To Use Tapjoy In An Android Webview?

Currently I have an app with a virtual currency. I want to be able to use the currency to make money with Tapjoy. Problem: My app simply loads a webview/web page/website. I want to be able to embed the Tapjoy api within my website (ie: html) not the…
Nick Chubb
  • 1,463
  • 6
  • 16
  • 26
0
votes
1 answer

Tapjoy Screen appears moved up

I'm developing an App for iPhone and we are using the Tapjoy framework. All works fine except two points that I can't solve. If somebody can point me for a solution will be apreciated. First one: The tapjoy implements a notification that is called…
Nemesys
  • 39
  • 2
  • 10
0
votes
2 answers

Flutter onPressed - Difference between using a function or make a direct call

I am playing with Tapjoy's offerwall, I just don't know why this works: ElevatedButton( child: Text("request content for Placement 001"), onPressed: myPlacement.requestContent, ), And then this…
dxx
  • 3
  • 1
0
votes
1 answer

Latest Tapjoy adapter not compiling in Android

I'm implementing Admob's mediation and I'm struggling to add the latest version of Tapjoy's adapter. The thing is, if I declare version 12.7.1.0 (old version), it works, but warns me there's a new version: But if I change it to the latest version…
Josemafuen
  • 682
  • 2
  • 16
  • 41