It looks like you're new here. If you want to get involved, click one of these buttons!
require "gamingI get the following error:
game = Gaming.new("googleplay")
game:login()
06-09 17:50:45.613: E/AndroidRuntime(30567): FATAL EXCEPTION: mainI haven't found any helpful answer on internet, have anybody been using gaming plugin on Android lately?
06-09 17:50:45.613: E/AndroidRuntime(30567): Process: com.kragouldev.duo, PID: 30567
06-09 17:50:45.613: E/AndroidRuntime(30567): java.lang.IllegalStateException: A fatal developer error has occurred. Check the logs for further information.
06-09 17:50:45.613: E/AndroidRuntime(30567): at com.google.android.gms.common.internal.zzi$zza.zzc(Unknown Source)
06-09 17:50:45.613: E/AndroidRuntime(30567): at com.google.android.gms.common.internal.zzi$zza.zzr(Unknown Source)
06-09 17:50:45.613: E/AndroidRuntime(30567): at com.google.android.gms.common.internal.zzi$zzc.zznQ(Unknown Source)
06-09 17:50:45.613: E/AndroidRuntime(30567): at com.google.android.gms.common.internal.zzi$zzb.handleMessage(Unknown Source)
06-09 17:50:45.613: E/AndroidRuntime(30567): at android.os.Handler.dispatchMessage(Handler.java:102)
06-09 17:50:45.613: E/AndroidRuntime(30567): at android.os.Looper.loop(Looper.java:135)
06-09 17:50:45.613: E/AndroidRuntime(30567): at android.app.ActivityThread.main(ActivityThread.java:5254)
06-09 17:50:45.613: E/AndroidRuntime(30567): at java.lang.reflect.Method.invoke(Native Method)
06-09 17:50:45.613: E/AndroidRuntime(30567): at java.lang.reflect.Method.invoke(Method.java:372)
06-09 17:50:45.613: E/AndroidRuntime(30567): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
06-09 17:50:45.613: E/AndroidRuntime(30567): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
Comments
For google play there should be ids.xml file in your res/values folder.
Like this:
https://github.com/gideros/gideros/tree/master/plugins/gaming/source/Android/res/values
with app ID you get from google play, once you create an app there and provide your certificate info, or something like that. have not done it in a while now.
I wonder if this is normal that nothing pointed that out in the logs or in all the game services setup docs on the internet...
Thanks anyway!