Questions tagged [soomla]

The SOOMLA Project is an open source framework for mobile game economies

Soomla allows mobile game developers easier implementation of virtual currencies, virtual goods and in-app purchases.

Tag questions with this tag if it addresses one of the following features:

  • Data model and storage convention for virtual goods, virtual currencies and common game economy mechanics.
  • Plugins for leading game development platforms such as Cocos2d and Unity as well as support for Native iOS and Android code.
  • APIs for simplifying In-App Purchases to a single line of code including increased security and event handling.
  • Templates and themes for game economies and store-fronts based on pre-optimized and user intuitive layouts.

Question about the admin console are not considered to be related to programming and are therefor offtopic.

Adapted from the Official website

47 questions
1
vote
0 answers

"The item you requested is not available for purchase"

I have done each and every thing said in different articles about this error. I have added the test account. I am upgrading the version code when i change project code. In log file i am getting this purchase error D/Finsky﹕ [1]…
1
vote
1 answer

Get all virtual goods in a category and their prices with Soomla

I bet this is simple, but I can't seem to find a way to get all virtual goods in a specific category. Also, how to get a virtual good price?
couceirof
  • 574
  • 7
  • 19
1
vote
2 answers

Unity Soomla Score not updated when Purchase completed successfully

I implemented Soomla inn app purchase for android in unity it work fine but my score in not updated when purchase completed successfully what i do.I set the "android.test.purchased" for purchasing. Here is my Code void Start () { …
1
vote
1 answer

Google authentication ERROR while trying to purchase with soomla iap

need a little help. Im making an android app and integrated Soomla for a simple "No ads" purchase inside my app. Ive a purchase button which should do the actual purchase via google. What occurs is a popup from google : "Error authentication…
1
vote
1 answer

Soomla - App not responding while purchase dialog is on

I am trying to add in-app purchases in my game that I develop in unity 4.3 and I am using Soomla plugin to do the job. Everything is going fine except one thing. When The popup dialog for the payment shows up, after some seconds another popup…
Just_Jim
  • 75
  • 1
  • 6
1
vote
1 answer

Soomla - IAP - unity 3D - loading

I have an issue with unity3D soomla plugin, I setup new store on soomla website, export package and import it to unity project, everything looks fine. But when Im trying to enter to shop the loading indicator shows up and loading forever :-/ Thx.
Andrej Gaspar
  • 231
  • 2
  • 8
1
vote
2 answers

Open store with Soomla Framework (Cocos 2dx)

I don't really understand what is the utility of this operation: soomla::CCStoreController::sharedStoreController()->storeOpening(); In the documentation it is said this should be called when you want to show the storefront, but I'm coding my own…
RubenVot
  • 188
  • 10
1
vote
2 answers

Conflict with activity tags on android manifest: Facebook and Google Play Games in Unity3d

Both Facebook and Google Play Games plugins require that I use android.intent.action.MAIN and android.intent.action.LAUNCHER in the Android Manifest. But one cancels the other. I'm new to mobile development. Is there any workaround? What can I be…
0
votes
1 answer

Duplicate symbols for architecture armv7 : soomla issue

I got this error after reimporting the soomla package. How to solve this? duplicate symbol _NewBase64Encode_soomla in: /Users/Nikunj/Unity/2D/NoOneCanDoIt/Build/b2/Libraries/Plugins/iOS/Soomla/libSoomlaiOSCore.a(NSData-Base64.o) …
APPP
  • 25
  • 5
0
votes
1 answer

Error: soomla inApp purchase when click buy button

I am trying sandbox testing for my App but encounter an error when I click the buy button on an iOS device. Here is my console output in Xcode: applicationWillResignActive() applicationDidBecomeActive() 2016-07-23 12:52:04.670 MyApp[2429:768800] [*…
Ram123
  • 39
  • 6
0
votes
1 answer

Soomla store, not getting any market items on Android and not allowing purchases

I recently upgraded to the latest version of the Soomla Store - 1.11.3 from 1.11.1. However, within the editor, in the Soomla settings it tells me there is a new version available. When I click it, it installs 1.11.1 again. Not sure what's going on…
jbassking10
  • 833
  • 4
  • 15
  • 42
0
votes
1 answer

Unity3D and Soomla, error in PostBuild processing

I'm trying to make build for iOS in Unity5. In my project I have Soomla plugin. And when build done, in console I can see error message. That message says that there are problems in 31 line of Soomla_CoreRunner.py file and in 32 line of…
user2686299
  • 427
  • 8
  • 25
0
votes
1 answer

Cannot restore lifetimevirtualgood item that was given as a gift

I use this method soomla::CCStoreInventory::sharedStoreInventory()->giveItem(REMOVE_ADS_ITEM_ID, 1); to give player one remove-ads item. After that, player remove and reinstall app again and click on Restore Purchase button but no remove-ads item…
Nikel Arteta
  • 548
  • 1
  • 6
  • 25
0
votes
0 answers

can't display Arabic characters in unity using c#

Hi I have a game in unity and use c# and I made login with Facebook using Soomla profile package but my problem is when the user logged in if his username in Arabic it display like that \u062a\u064a\u0646 I try to some thing like this byte[]…
Eslam Hanafy
  • 587
  • 7
  • 12
0
votes
0 answers

Soomla + Cardboard = Linker error in xCode

I am developing an app using Google Cardboard SDK as well as Soomla for social network functionality. Since adding soomla and the FB sdk to the project I have encountered a nasty linker error: symbols for architecture arm64: …
dustin
  • 1
  • 1