Hey Tim,
I have the browser opening from the Java side now but unfortunately I'm not sure if that will fix the problem because I can't repro the issue to begin with :(
In your experience are Activity switches a common cause of mysterious crashes on …
Thanks for the idea Tim, I'll give that a try as soon as I can. I'll have to research a bit more about putting the browser in a fragment though, we're using Unity so I don't get down to the Java level very often :(
Hey Tim, unfortunately I don't think that is the cause in our particular case. If the button press was picked up by our game the web browser would just open again. My main concern is that we cannot reproduce the issue which leads me to believe it co…
You're running on device right? I believe this is a Unity bug so GUI Buttons probably won't work at all when forcing lower resolutions on device.. Assuming that is correct, there is probably nothing you can do about it because Unity manages the inpu…
Ohh ok thanks, are you referring to the flag in the purchaseRequest json or simply calling setTestMode in Init() ?
Also Tim, can you comment on the plugin roadmap at this point? Apologies if this has already been established, I'm a little late to th…
Hi all, after fiddling for awhile I was able to get the product list working again. I hope this is somewhat helpful and relevant. I'm using the latest OS, 1.0.0 ouya-sdk.jar and Tim's 0.0.6.3 plugin. First, you need to generate an application key th…
Hi shreek, would you mind sharing your calculation code? I'm unsure how to account for the screen dimensions that Unity reports (see diagram above). Would really appreciate your help, thanks!
Any news on this issue? I'm experiencing the same problem and I can't figure out a workaround..
If I don't set the resolution, the touchpad works as expected and I get the following screen boundaries:
(0, 1080) (1919, 1080)--------…
Ayrik said:
Yes, it is imperative for the server to have authority to validate the receipt of purchase.
Second that! Any idea where, if at all, this fits in the roadmap ?