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
3
votes
3 answers

Can not access Facebook session - UnknownError: Invalid application

I'm using Prime31 SocialNetworking plugin for Unity3D with Facebook SDK 3.5 and trying to login Facebook on the Android 2.3.5 device. Facebook application is installed on my device and a Facebook user is logged in prior to application launch.…
IPSUS
  • 499
  • 4
  • 15
3
votes
1 answer

What causes iOS games to be added to a user's games connections?

I'm developing an iOS game in Unity using the Prime31 Social Networking plugin to handle Facebook integration. Everything seems to be working; posting to walls on behalf of the app, graph requests, etc. However the app isn't being added to the…
fordeka
  • 979
  • 2
  • 7
  • 22
2
votes
0 answers

Google Play InApp (Prime31, Unity) - User doesn't see products / product information not loaded

We have an app on the Google Play Store which runs fine, has a good amount of customers and a good amount of people who buy InApps. Now one customer contacted us, because he can't see the prices of the product. So the QueryInventory thingy seems to…
M156
  • 1,044
  • 1
  • 12
  • 29
2
votes
2 answers

GooglePlus Login fail :The operation couldn’t be completed. (com.google.HTTPStatus error 400.)

I'm using Google Play Game Services Prime31 Unity Plugin for my Unity - IOS project. After I import Unity package and build for IOS, I'm not getting build error on Xcode. However, at runtime, when I try Google+ sign in I am getting this…
Dilara Albayrak
  • 314
  • 1
  • 3
  • 23
2
votes
0 answers

How to package Unity3d app for Facebook review when use prime[31] plugin?

When I use prime[31] plugin, I can't run app in simulator. And I cannot call any [DllImport ("__Internal”)] function in simulator. How should I package my app to Facebook to review? Error log: Undefined symbols for architecture i386: …
肥西哥
  • 21
  • 2
2
votes
2 answers

How do I access Keys/values of a nested List?

I'm using a unity plugin to handle Facebook called prime[31] Social Networking Plugin. It works fine for something like this: void onGraph() { Facebook.instance.graphRequest( "me", HTTPVerb.GET, ( error, obj ) => { //…
2
votes
0 answers

Getting some strange behaviour with Android In-App Billing

I'm having a whole host of, what seem to be, very strange behaviors while integrating In-App Billing into a project for a client. I'm hoping someone can shed some light on what might be the root cause and what, if anything, I can do about them. So…
2
votes
3 answers

Facebook profile picture doesnt show up, it shows an icon of a question mark

Do you have any idea? I am developing an app using Unity IDE and C#. Also, I'm using the social networking prime31 for my plugin with Facebook. I was able to get all the graphs and display it in my screen app, but since last week it didn't show the…
jovs
  • 483
  • 1
  • 5
  • 9
1
vote
0 answers

Unity scene transition effect with AssetBundleManager.LoadLevelAsync()

I know there is a scene transition effect between scene for normal scene load from SceneManager, but how about assets bundle scene load ? This is example of scene transition for normal scene load. https://github.com/prime31/TransitionKit But I…
Tengku Fathullah
  • 1,279
  • 1
  • 18
  • 43
1
vote
1 answer

Unity Prime31 prompt for photo is crashing on iOS 10 and XCode 8

Calling EtceteraBinding.promptForPhoto resulting in immediate crash on iOS 10. public void TakePhotoTapped() { #if UNITY_IOS EtceteraBinding.promptForPhoto(0.2f, PhotoPromptType.Camera, 0.8f, true); #endif } Xcode spits out this log.…
Greg Lukosek
  • 1,774
  • 20
  • 40
1
vote
0 answers

Unity3d Prime31 iCloud iOS: An app id with identifier xx.xxx.xxx is not available

I added the Prime31 iCloud iOS plugin to my project running on Unity v5.3.4f1 and built it in release mode, then enabled iCloud with key-value storage only ticked in Xcode. The app id in the developer portal already had iCloud enabled. The…
user123
  • 632
  • 1
  • 6
  • 22
1
vote
0 answers

How to cancel match request before onRoomCreated event triggers? Google Play Services - Real Time Multiplayer

How to properly cancel a realtime multiplayer match if the user cancels the match before onRoomCreated is triggered? At this time there's no room id to call leaveRoom. GPGMultiplayer.startQuickMatch (1, 1); Right after this the user presses cancel…
1
vote
0 answers

how to skip Show Inbox and selecting match in google play service turn based prime 31 plugin

Following is log from android device (Samsung Galaxy Tab 2), which performs good. Steps are as follows taketurn ----> then its UI state changes to AuthenticatedWithNoMatchLoaded ------> other player on another device (Samsung Galaxy Grand) …
Ashish
  • 11
  • 1
1
vote
1 answer

Grouping Android notifications with Prime31's etcetera android plugin

I am having difficulties setting up group notifications with this etcetera Unity plugin. I have notifications being scheduled using the int scheduleNotification( AndroidNotificationConfiguration config ) function but I can't seem to group them. I…
1
vote
0 answers

Flurry Ads on Unity3D with Prime31 plugin

I am trying to implement Ads with Flurry using the plugin for Unity from Prime31. I think everything is set right, but I still have problems getting ads to show. I have tried setting test ads a both, true and false, but I still cant properly get ads…
Quido3
  • 131
  • 1
  • 10