Quote: "Login with Facebook is complaining that the API is too old and will be blocked on April 15."
We upgraded to Graph API 2.0 in AppGameKit 108.23, are you compiling your own project with Eclipse? And if so have you updated your project with the latest files from the apps/interpreter project?
Quote: "It might sound a bit daft me saying this, but it may be because the name of the application on iTunes Connect is 'Double Jump!', yet when exporting, I have to drop the '!' as we are not allowed special characters"
I'll make sure we support additional characters in the next version.
Quote: "SetHTTPTimeOut(conID, ms) doesn't seem to work. I have it set to 5,000ms and I have witnessed times where a response is not received in 20 seconds before ready = -1."
I think it only applies to the connection time, not the response time, but I'd need an example of a page that connects but takes a while to reply to test it.
Quote: "#include works for sub-folders on Windows but not on Mac."
This works for me on Mac
#include "test/untitled1.agc"
doesn't seem to be case sensitive either
Quote: "Why my extended fonts wont work anymore? Has something changed between V1 and V2? The characters are all wrong."
I can't think of any changes that could have affected font images.
Quote: "scancode(222) is actually the [ " ' ] button on a windows keyboard
scancode(192) is what that key is suppose to be according to the help docs"
On my keyboard scancode 192 is (') and scancode 222 is (#), but maybe it changes based on the keyboard language
Quote: "Has the "continue" command been removed in some sense?"
Looks like it has never been in the help files, I've added it for the next version