soomla

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

不打扰是莪最后的温柔 提交于 2019-12-17 21:14:40
问题 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 doing wrong? Manifest: <application android:icon="@drawable/app_icon" android:label="@string/app_name" android:debuggable="false" android:name="com.soomla.store.SoomlaApp"> <intent-filter> <action android:name="android.intent.action.MAIN" />

Soomla IAB error while purchasing in Game on Android

瘦欲@ 提交于 2019-12-12 22:04:46
问题 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 successfully . when i try to buy the thing i configured ("correctly"?) the play store popup comes up but there is my problem the popup comes with this message "Error Authentication is required. You must log in with your Google Account". what am i

Linker error - CreateMainApp __EXPECTED_EXACTLY_ONE_VR_MAIN_APP_STATEMENT__ with Cardboard SDK

佐手、 提交于 2019-12-10 15:56:34
问题 I am developing a Google Cardboard app and build fine in iOS. But adding Soomla to the project causes linker error: Ld /Users/foundway/Library/Developer/Xcode/DerivedData/Unity-iPhone-grxtfxrygreysieuyeovxlhlmgxu/Build/Intermediates/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv7/RealiteerCore normal armv7 cd /Users/foundway/GitHub/RealiteerCore/Build/RealiteerCoreIOS export IPHONEOS_DEPLOYMENT_TARGET=6.0 export PATH="/Applications/Xcode.app/Contents/Developer

Google authentication ERROR while trying to purchase with soomla iap

假如想象 提交于 2019-12-08 09:19:27
问题 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 needed, You have to login in your google account" . I think its a small problem, but i dont get what. I am logged in in my google account. Store in Soomla is running ( at least it says so). ive enable test purchase.Im using my phone for the purchase ofc.

Google authentication ERROR while trying to purchase with soomla iap

喜你入骨 提交于 2019-12-06 16:17:19
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 needed, You have to login in your google account" . I think its a small problem, but i dont get what. I am logged in in my google account. Store in Soomla is running ( at least it says so). ive enable test purchase.Im using my phone for the purchase ofc. What i am missing? public class NoADsButton : MonoBehaviour { private static bool storeInitialized =