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
23
votes
4 answers

Google play error when making a purchase while implementing Soomla Unity3d plugin

I am creating an app that implements the Soomla Unity IAP plugin. In my effort to get the IAP to work, I have gotten to a point where I can make a purchase when in the editor. (Not a real purchase, it just updates the virtual currency that the user…
sabo
  • 911
  • 13
  • 37
22
votes
5 answers

InAppPurchase verification & separate server for game logic

I'm developing an app using Unity (for Android and iOS). I'm using the SOOMLA plugin to allow users to purchase Gems (virtual currency) with In App Purchase. Users and Gems and all other game logic go through my server on Azure. I want the following…
SimpleVar
  • 14,044
  • 4
  • 38
  • 60
4
votes
2 answers

Our iOS game just got rejected for not having restore mechanism to the life time goods

I have used consumable virtual currency purchases in my game. The user can use that currency to unlock different types of jetpacks. Apple rejected the game saying it requires a restore purchase button. But apple's documentation says that consumable…
rohan bhatia
  • 91
  • 1
  • 5
4
votes
2 answers

Linker error - CreateMainApp __EXPECTED_EXACTLY_ONE_VR_MAIN_APP_STATEMENT__ with Cardboard SDK

I am developing a Google Cardboard app and build fine in iOS. But adding Soomla to the project causes linker error: Ld…
foundway
  • 51
  • 2
3
votes
1 answer

Soomla OnRestoreTransactionsFinished always received TRUE

I'm currently working on a mobile game using Unity3D and Soomla for the in-app purchases part. Currently I'm trying to implement the 'restore' functionality for non-consumable item (I only have 1 which is "No Ads"). In order to do this; I used…
rabbit87
  • 3,165
  • 2
  • 20
  • 29
2
votes
2 answers

soomla : cocos2dx : Profile -> "ProviderNotFoundException" (cocos2d3.x)

I don't understand why Profile always return error : "ProviderNotFoundException". I followed pre-comipiled integration instructions, and I use latest versions on github for soomla-cocos2dx-core,cocos2dx-profile and cocos2dx-store. Here is an example…
Zenslainer
  • 159
  • 1
  • 9
2
votes
1 answer

Soomla IAB error while purchasing in Game on Android

im using unity 3d to make a simple game just for testing Google services, for Google play games services i use googleplayplugin and for iab the soomla plugin. i think all is configured rightly, i install and start the game on my nexus4 and login…
1
vote
1 answer

Multiple application android:name tags in Unity android manifest

I want to use Branch.io and Soomla plugin in an Unity project and both plugins need to modify android:name in Unity android manifest: ...
1
vote
0 answers

Unity-Soomla-iOS : SOOMLA SoomlaStore: Invalid product id error

I am stuck at this bug Invalid product id (when trying to fetch item details): coin_pack_1 Expecting 3 products but only fetched 0 from iTunes Store and when I try to buy I get [* ERROR *] SOOMLA SoomlaStore: Invalid product id (when trying to fetch…
APPP
  • 25
  • 5
1
vote
0 answers

Soomla In App purchase going through store but GetItemBalance returning 0

I am making an app for iOS using unity. I am using Soomla store to implement in app purchases. Everything was working in test flight. The app was submitted for review and was accepted. Now when downloading from the app store. The in app purchases…
1
vote
1 answer

Unity: login into facebook with Soomla and Facebook SDK is always opens at browser

Soomla core version: 1.3.1 Facebook SDK version: 7.2.2 Unity: 5.3.3 Trying to login into facebook from unity game (by using SoomlaProfile.Login(Provider.FACEBOOK);) The problem is: it always opens the login screen into the Safari, not in the…
Rusty
  • 1,341
  • 4
  • 14
  • 16
1
vote
1 answer

What are the ways to clear out Xcode linker settings?

My question: Is it possible for Xcode (7.2.1) to erroneously retain instructions to link a framework that is no longer anywhere in the project? If so, how can this be solved? My problem: I'm trying to compile an iOS project using Cocos2d-x v3.10 and…
1
vote
1 answer

Google play in-app product price does'nt change

I am developing a mobile game for Android using Unity 3D. I'm using Soomla package as the in-app billing module. Now, I only have one item to sell. The initial price for that item was X, and I have changed it to Y (days ago) in the google play…
izac89
  • 3,790
  • 7
  • 30
  • 46
1
vote
0 answers

Unable to make build with Soomla State & Economy Sync plugin

I integrated Grow Compete, Grow Spend and Grow Ultimate modules to my Unity Project. When I tried to make build the project, I receive two errors that says : CommandInvokationFailure: Failed to re-package resources. See the Console for details. …
Halil Cosgun
  • 427
  • 3
  • 10
  • 24
1
vote
2 answers

Can not find soomla example project

Where can I find example project with Soomla framework? The one I can open in Unity and see how it works. Soomla knowledge base doesn't help at all. Maybe there is one in unity assets store?
Shmulinson
  • 361
  • 1
  • 4
  • 13
1
2 3 4