Questions tagged [playhaven]

Playhaven is a mobile game maximization platform that supports both iOS and Android devices. Playhaven offers CPI-based interstitial advertising and a proprietary "More Games" ad unit.

Playhaven, a subsidiary of RockYou, is a mobile games monetization platform. They focus on in-game interstitials, in-house ads, and a proprietary "More Games" ad unit. They pay publishers on a pay-per-install compensation plan.

They offer advertisers targeting based on various demographic information, including real-time targeting of users.

Programming Resources

16 questions
2
votes
1 answer

Adding Playhaven SDK to Android Studio

The Playhaven SDK does not seem to work when I add it to Android Studio. It gives me the error: Error:(32, 28) No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version'). Here is my process to…
Adam Link
  • 2,783
  • 4
  • 30
  • 44
2
votes
2 answers

Error while installing the corona sdk plugin

This is what i a getting on my Corona Simulator Output when i try to install the 'playhaven' plugin. I don't know how to get rid of this. Build: 2013.1202 Runtime error ?:0: attempt to call field 'request' (a nil value) stack traceback: …
Syed Arsalan Kazmi
  • 949
  • 1
  • 11
  • 17
1
vote
1 answer

Playhaven HTTP error= "403 Forbidden" response= "invalid signature";}

I am a newby who purchased a reskin app and I'm having problems when trying to get the ads to pop up while in Xcode 7 testing on my iphone. I followed the steps to enter the token and secret ID codes after registering the app in playhaven but I keep…
1
vote
0 answers

Could not find PlayHaven SDK apk

I am building a test app in android that uses playhaven sdk to do cross-promotions. I have integrated the sdk by adding playhaven sdk as project library and adding this library in my test app. I changed the relative path of playhaven library in…
Muneeb Mirza
  • 810
  • 1
  • 17
  • 35
1
vote
1 answer

PlayHaven SDK with cocos2D-x Wrapper

I am newbie for cocos2D-x and i am trying to integrate the playhaven sdk under it. I've googled much but unable to have the playhaven sdk for advertisements. I would need the wrapper class for the playhaven sdk Can you suggest me for that. Help me…
Marine
  • 1,097
  • 7
  • 19
0
votes
1 answer

Mach-o linker error after implementing playhaven

After implementing the playhaven sdk, my app gives this error: linker command failed with exit code 1 (use -v to see invocation) I followed the instructions on how to implement, and I know I imported all the right frameworks. I have implemented…
user3247022
  • 69
  • 1
  • 9
0
votes
1 answer

Playhaven & Unity: Manager object automatically disables on play

I'm having trouble with playhaven and Unity. I've added the playhaven plugin, added the game to the playhaven (now Upsight) dashboard online and connected the two. And I've added the Play Haven manager to the scene. But every time I play the scene,…
user3817087
0
votes
1 answer

Latest version of Playhaven plugin for unity

can any one suggest the latest version of SDK PlayHaven in unity 3d... i am having problem in uploading games according to latest standards of UID.. please do help for this purpose
0
votes
2 answers

Play Haven SDK import

I am importing Play Haven sdk in a test project, its importing successfully but when i am trying to run my project its giving same error again and again. 13:24:12 - Dex Loader] Unable to execute dex: Multiple dex files define…
0
votes
2 answers

Unity3d: Error building Player: Append is not supported

I receive this error when appending an already-successful build in XCode. What I don't understand is I'm not changing anything when appending, and this error shows up. I've never used an 'old version of Xcode' as the error implicitly states. Does…
Salx
  • 579
  • 5
  • 21
0
votes
1 answer

PlayHaven Android integration

I'm trying to implement PlayHaven's SDK in my Android application and while I do get Interstital ads, I cannot seem to capture the event of content dismissed. I do get a log when the content is loaded. This is what I've…
SuperFrog
  • 7,631
  • 9
  • 51
  • 81
0
votes
1 answer

Unity3d facebook SDK and Playhaven

Having issue with integrating unity facebook and playhaven in my project. everything build fine for android project but after running on phone game crashes. logcat message E/AndroidRuntime(11225): Caused by: android.view.InflateException: Binary XML…
Sheheryar Aamir
  • 497
  • 1
  • 5
  • 12
0
votes
1 answer

Playhaven iOS SDK: Show only Casino game not works

I got one requirement to use Playhaven iOS ads sdk. I used below code and set ads filter to casino games only. But its not working. Here is my Code: -(void) PlayHavenMoreGames { PHPublisherContentRequest *request = [PHPublisherContentRequest…
Guru
  • 21,652
  • 10
  • 63
  • 102
0
votes
1 answer

Playhavan more games widget

I used these calls to show playHavan more game widget on button press. -(void)showPlayHavanMoreGamePage { PHPublisherContentRequest *request = [PHPublisherContentRequest requestForApp:PLAY_HAVAN_TOKEN secret:PLAY_HAVAN_SECRET…
Guru
  • 21,652
  • 10
  • 63
  • 102
0
votes
1 answer

can't display playhaven Full screen ad in my iPhone application

I have an iPhone application in which I integrated the revmob SDK and chartboost SDK successfully but playhaven SDK doesn't work. I have downloaded it's complete SDK also referred to here on this old Stack Overflow Question . I still don't see the…
Prashant09
  • 347
  • 3
  • 17
1
2