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
0
votes
2 answers

Can there be multiple entry points for showing 1 In-App Purchase for iTunes?

I am implementing the In-App Purchase (IAP) functionality for the first time. I am using Soomla to implement IAPs in Unity3D for iOS/Android, and I have started for the iOS version... I am developing a game where the 1st level is unlocked while to…
0
votes
0 answers

Error SOOMLA GoogleIabHelpe Can’t consume Item. No token

I am using soomla framework with cocos2dx android I tried with the android.test.purchase and it worked fine. But when i check with the real purchase item it doesnt work at all. And it purchased only one time but it is unmanaged item. Heres some of…
0
votes
0 answers

Facebook SDK post a story without permission in Unity

I'm using Unity as my engine and connection the Facebook in my game, I want to add a feature that the user can post a story regarding the game. I tried it with Soomla SDK, the "SoomlaProfile.UploadCurrentScreenShot" but the facebook guys decline my…
0
votes
1 answer

working on an Android Game, stuck at In app purchase programming

I am working on an Android Game. I got stuck at In app purchase programming. I have decided to use Soomla Unity IAP plugin. I tried their sample program of muffins, that worked well. But I did not get idea how would I know if some one purchased…
0
votes
1 answer

ClassCastException: com.soomla.SoomlaApp cannot be cast to org.cocos2dx.cpp.AnalyticsApplication

I want to implement Google-Analytics and Soomla Store for In-App-Purchase. The problem is, every time I want to track a screen, my app crashes with Android. Under iOS it works like a charm. The reason for the crash: java.lang.ClassCastException:…
Stephan Boner
  • 733
  • 1
  • 6
  • 27
0
votes
1 answer

Soomla GooglePlayIabService

Hi I have used the older version of soomla plugin in my android app and it was working fine, but when i try to integrate into the latest version(core version : 1.0, StoreVersion : 1.7.3) available this error pops up. SOOMLA…
0
votes
1 answer

Build Error: Using Soomla Plugin for ios In-App Purchase using Unity3d

I'm getting the following error while trying to build project in unity3d for ios in macbook. Win32Exception: ApplicationName='python2.6',…
0
votes
1 answer

How to buy item from Soomla storefront?

In the open source framework, this is the code to buy item: [StoreInventory buyItemWithItemId:@"[itemId]"] What is the equivalent code to buy item from storefront? https://github.com/soomla/ios-store
0
votes
0 answers

How to open Soomla storefront in Spritebuilder?

I have a Spritebuilder project that i want to use with Soomla In App Purchase framework. In Spritebuilder, i have a button with "store" as selector for cccontrol. In Soomla documentation, the code that opens storefront is…
0
votes
1 answer

Apple Product ID for Soomla

In Soomla(http://project.soom.la/), they have in-app purchase one liner that looks like this: [StoreInventory buyItemWithItemId:@"[itemId]"] However, i'm not sure whether the itemId is the same as the product id defined under iTunes Connect. Can…
0
votes
1 answer

Unity Soomla simple code giving me errors

Here is an Asset class: using UnityEngine; using System.Collections; using System.Collections.Generic; using Soomla.Store; public class StoreAssets : Soomla.Store.IStoreAssets { public int GetVersion() { return 0; } public VirtualCurrency[]…
0
votes
1 answer

Restore transactions in app purchase android using soomla in Cocos2dx

Getting following error on this line soomla::CCStoreController::sharedStoreController()->restoreTransactions(); 06-20 12:34:55.858: E/SOOMLA PurchaseObserver(28017): Illegal state for operation (restorePurchases): IAB helper is not set up. …
Shahbaz Pothiawala
  • 1,175
  • 5
  • 20
  • 38
0
votes
1 answer

CCNonConsumableItem VS CCLifetimeVG

I am preparing my economy-model for my game. I'm using soomla framework and just can't figure out what is the difference between this two entities. I want to allow user to buy a new level. I think this should be a non consumable item managed by…
RubenVot
  • 188
  • 10
0
votes
1 answer

SOOMLA using jansson, and can't solve LNK2019

I am developing a game using cocos2d-x and SOOMLA as my Google Wallet extensions, but SOOMLA uses jansson as its json parser; I included SOOMLA .cpp,.h and janson, but while compiling, the following error occurs. error LNK2019: Cannot solve…
-1
votes
1 answer

Exception: com.soomla.store.exceptions.VirtualItemNotFoundException: Virtual item was not found when searching with

I am using Soomla IAP plugin for Unity3d iOS platform and I have created itemId on iTunes store. But when I try to run on unity Editor I am getting this exception: Exception: com.soomla.store.exceptions.VirtualItemNotFoundException: Virtual item…
Ram123
  • 39
  • 6