Questions tagged [prime31]

prime[31] is a vendor providing several commercial Unity game engine plugins for iOS, Android, Windows and Mac.

The plugins cover native API tasks like connecting to social networks, in-app purchases, advertisement services, etc.

See prime[31]

76 questions
0
votes
1 answer

How to merge two AndroidManifest file in Unity3d?

I am using Vuforia in my Unity3d project and i am also using Prime31 plugin for Flurry analytics for Android. My issue is that because of two AndroidManifest (Vuforai and Flurry) file my Flurry log event is not calling because of the Manifest file…
Yashesh
  • 1,799
  • 1
  • 11
  • 29
0
votes
1 answer

Testing of Inapp Purchase using Prime31 plugin with static response is not supported?

I am testing my Unity 3D app for inappbilling(using Prime 31 Plugin) with the static response method and with product Id as android.test.purchased. It is working fine but when the response is successful the Inapp Listener class does not not return…
0
votes
1 answer

How to setup Facebook App Request from Unity with Prime31 Social combo plugin?

my problem is this, when the user is asked to select friends from the list and click on Send I receive a Success state from callback but no request is reached from the people selected in the list. My setup is this: - my app is a native app for iOS…
0
votes
1 answer

Prime31 socialplugin iOS - How to attach and share picture already stored in my assets?

Prime 31 SocialPlugin question. How do I attach and share picture already stored in my assets? I understand all the code but I'm not sure about the file path to the picture within the assets. In the demo the plugin shares a screenshot taken in the…
alexhajdu
  • 410
  • 5
  • 13
0
votes
1 answer

I cannot log into Facebook when logged in via the settings screen of iOS

When not logged into Facebook via the system settings, everything functions fine. However, I cannot log into Facebook through the Unity3D Prime31 plugin when I am logged in already via the system settings. Under the option "Allow these apps to use…
0
votes
2 answers

Google Android Purchase Status API response missing developerPayload

My receipt verification server is successfully using the Purchase Status API ( https://developers.google.com/android-publisher/v1_1/inapppurchases/get ) to verify an IAP receipt, but the response is missing the developerPayload. I have been using…
tayl0rs
  • 561
  • 2
  • 5
  • 14
0
votes
0 answers

Android Cloud Save causes App to Freeze for 20+ seconds

When I save data to the android cloud using Prime31's PlayGameServices plugin the app is non-responsive for 20+ seconds before returning to normal function. I am using the latest Unity3d engine and Android API 19 is…
0
votes
1 answer

500 internal server error when posting

in the past few days I started encountering a problem while trying to post to facebook... For information about my project, I use Unity3D with the social networking plugin from Prime31 for iOS. Initially, the user is required to login then confirm…
FromSkyToEnd
  • 13
  • 1
  • 3
0
votes
0 answers

In app purchase issue ios 7

For the testing purpose in app purchase is working fine in ios6 but not in ios 7. While running in xcode for ios6 it shows that the product list has been received, but for ios7 it shows invalid product id. This is the code I'm using: void Start() {…
0
votes
1 answer

Conflict with activity tags on android manifest: Facebook and Prime31 plugins in Unity3d

I'm trying to get a project to work with both the Facebook Unity plugin and (several) Prime31 plugins. I'm trying to create my own activity that extends the Prime31 activity and also incorporates the workaround for Facebook given here: Conflict…
0
votes
1 answer

Using Prime31 and Facebook GraphAPI to upload a Photo on a Facebook-Page

Using Prime31 i can successfully upload an image to my own wall calling public void postPhoto(byte[] photoBytes){ Facebook.instance.postImage( photoBytes, "my message", completionHandlerUploadPhoto ); } But now i want to post the same picture…
0
votes
1 answer

while passing to a function in Prime31 throws error in ios in unity3d project

I have to use a function in Prime31 for requestiong product data in ios. The function is var iosProductIds = new string[] { "com.something.dollar"}; IAP.requestProductData( iosProductIds, androidSkus, productList => { Debug.Log( "Product list…
Sona Rijesh
  • 1,041
  • 7
  • 32
  • 62
0
votes
2 answers

prime31 gamecenter plugin tutorial

i've bought the game center plugin yesterday and i'm new to unity and i'm very confused.. i'm good in objective-c and i've done game center alot.. but with this plugin there's now (how to) there's no neat document of how do i implement it .. i built…
Mohamed Emad Hegab
  • 2,665
  • 6
  • 39
  • 64
-1
votes
2 answers

Gcm with appodeal

I am using gcm with appodeal in my app and when I am sending the push notification the for the first push was successful but phone is not receiving the notification and after that error is there while sending push that device is not register. What…
-1
votes
1 answer

Plugin issue (game centre and storekit)?

I was trying to deploy a game to an iOS device,these error shows up. Now is this because the plugins need to be upgraded? Undefined symbols for architecture armv7: "UnityGetGLViewController()", referenced from: +[GameCenterManager…
generic2709
  • 31
  • 10