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
1
vote
1 answer

Unity3d Prime31 Google Play Game Services Tutorial

Does anyone know of any good resources on the web to get the Prime31 Google Play Game Services Plug in to work with Unity3D? Its been 3 days, I just don't seem to be making any progress testing Game Play Services in my game. I am using the SHA1 from…
Fabio S.
  • 460
  • 7
  • 22
1
vote
0 answers

How to get Facebook friends using app with FQL query and Prime31 Social Networking plugin?

I want to fetch Facebook friends using the Graph API or an FQL query. I am using the Prime31 Social Networking plugin for Android. Does Prime31 support FQL queries?
chetan rane
  • 533
  • 2
  • 10
  • 25
1
vote
0 answers

Facebook won't publish scores if it comes from a mobile device?

I have been working with the Prime31 Social Media plugin to post a user's score from a Unity game that has been built for ios and android. After a long discussion with someone on the support forums for Prime31 it ended with he thinks that Facebook…
1
vote
1 answer

Don't pass through UIToolkit buttons

I've been playing around with UIToolkit, and it's awesome. Though my clicks pass through the buttons, so when clicking the UI my raycast also starts. Is there a way to check if a click/touch is on the GUI? Edit: I'm using Prime31's…
The Oddler
  • 6,314
  • 7
  • 51
  • 94
1
vote
0 answers

Failed first attempt when inviting friends using the Prime31 iOS Facebook Plugin

I'm trying to open an invite box using the Prime31 Social Networking plugin. The problem is the dialog will always fail to load first time. After the first fail, the dialog box will work from then on. Restart the app, and it fails first time again.…
Mr Snuffle
  • 654
  • 1
  • 6
  • 15
0
votes
1 answer

SHA1 inconsistant between Play Game Services Log and Google Publishing?

I'm trying to get Google Play Game Services to work but I get the following error: 06-15 15:53:20.599 17069-17069/? W/Prime31-GH: disconnect() called when client was already disconnected. 06-15 15:53:20.599 17069-17069/? W/GameHelper: **** 06-15…
meds
  • 21,699
  • 37
  • 163
  • 314
0
votes
1 answer

prime31. SocialNetwork iOs. Check system account is present

I use SocialNetworkPlugin for iOs by Prime31 (here) I want to use login to Fb with SystemAccount if present, but when I haven't it on device - I can't login and take Exception code 308. I have other login logic but I need use it only when I haven't…
LuckSound
  • 986
  • 2
  • 12
  • 35
0
votes
1 answer

Exception running command on UI thread

I add Prime31 plugin for GooglePlayGameServices but it don't want to authenticate and send an error: "Exception running command on UI thread" if( GUILayout.Button( "Authenticate" ) ) { PlayGameServices.authenticate(); …
Igor Kostenko
  • 2,754
  • 7
  • 30
  • 57
0
votes
2 answers

Why a return statement of my user defined function doesn't work at some case?

A prime checking function of mine shows 9,15 etc as prime where they aren't. My code is : #include #include using namespace std; int prime_function(int num, int i); int main(){ int num,flag=0; while (cin>>num){ …
0
votes
1 answer

How to track a user's action for posting on facebook (actually posted VS canceled)?

To be specific, I'm using Unity3d (targetting iOS 8) and a plugin to post on facebook. actually two plugins that unfortunatelly behaved similarely; they both failed at doing what I expected, meanning that the problem doesn't come from them (prime31…
0
votes
1 answer

Which Azure service is needed for running exe file [Unity + Prime[31] WP8.1 Azure Plugin]

I am new to Microsoft Azure and wonder which services should I use to achieve the goal. Briefly, I have Unity and Prime[31] Azure Plugin, and I want to send to the server a *.txt file. The executable (on the server) will then execute the .txt file…
npvinhphat
  • 33
  • 1
  • 1
  • 4
0
votes
1 answer

Parse/parse.h file not found after adding prime31 plugin in Unity

Before I add Prime31 social networking plugin to my Unity application, all is well when using Parse. When I add Prime31 SocialNetworking plugin and build to Xcode I start getting on the parse import line. #import 'Parse/Parse.h'…
Dustin
  • 409
  • 1
  • 4
  • 17
0
votes
0 answers

Chartboost Interstitial won't show Ads on Unity

Lately, I have been trying to add static interstitial ads into my Unity game. For some reason, I could not get the system to show anything, or even react to me. After trying to work with the base Chartboost plugin, I tried to match a tutorial that I…
0
votes
1 answer

iOS PlayGameServices expecting valid application id, but there is

I configured the Prime31 plugin for Unity and play games, and on Android all works smooth. But when I try to do something on iOS I have the following error: [GPGManager modelForApplicationId:] Expecting valid application id. The error is showed…
Totoro
  • 184
  • 7
0
votes
1 answer

How would I test the Publish_permissions using facebook on an unsubmitted app?

Hello Everyone I am using the prime 31 facebook plugin for the Unity 3D engine and I am running into an issue of testing out the ability for our users to post a message containing their score onto their facebook wall. I believe the issue is…