fredriksthlm Do you have a priority list of what you need from the instant-games sdk?
Hi macube I know you are working on a plugin, I have been waiting for it ;)
For me these functions is the ones I use with browser currently:
1. updateAsync - works pretty well to do with javascript, but would be a lot easier with a plugin, to link image etc. (Should be implemented similar to shareAsync). I think this is quite easy to do.
2. chooseAsync - this will be trickier for you, since this will require changing of the type and Id variables in the standard IG plugin, when success. See ashleys response above how to do it, otherwise it will not work with c3 runtime. Also this function needs proper callbacks, so this is the hardest function to fully implement in the plugin I believe.
3. switchGameAsync - the most simple one.
4. getSupportedAPIs - this will return the supported features for that particular session. really handy. and also this feature is part of IG Best practice.
So this is my preffered new functions. I have not started to work with the bot-things.. basically cause I hate bots :D
the "goal" is to not use the browser/javascript plugin at all.