Enming XIE
Enming XIE
This proves Google Play's check system is just useless.
@kevinhughes27 Thanks a lot. I will try.
@bzier Thanks a lot
@kevinhughes27 I think I should modify the [utils.py](https://github.com/kevinhughes27/TensorKart/blob/master/utils.py) to change the class XboxController to something like KeyboardController, right ? ``` class XboxController(object): MAX_TRIG_VAL = math.pow(2, 8) MAX_JOY_VAL = math.pow(2, 15)...
I made it work. You should combine the Certificate and the Private Key to form a BKS keystore (user_cer_key.bks) This keystore corresponds to ` InputStream keyStoreStream = getResources().openRawResource(R.raw.user_cer_key); ` in...
Any kind help ? Thanks a lot~
> Hi @frogoscar, thanks for your patient. I started to look at this and have a question about how you're calling SubmitEvents. From the snippits you provided it looks like...
> That sounds more reasonable! If you take a look at the docs, there's an example that demonstrates that exact usecase (albeit written in Java): https://docs.amplify.aws/android/sdk/analytics/events/#reporting-session-events > > Basically, when...
> @frogoscar Terribly sorry for the late reply I missed that you commented back. > > I suppose it's not mandatory to call `startSession()` or `endSession()` if those aren't events...