Page 1 of 1

Using IOS specific code frameworks

PostPosted: Wed May 01, 2013 3:33 pm
by zichemak
Are we able to use IOS specific code frameworks provided by Apple in the Game editor?

Can I copy and past Apple's example code into the GE Script Editor making the required include files available? Will it compile and execute as expected on a test device?

Re: Using IOS specific code frameworks

PostPosted: Wed May 01, 2013 5:46 pm
by skydereign
zichemak wrote:Can I copy and past Apple's example code into the GE Script Editor making the required include files available? Will it compile and execute as expected on a test device?

No, this won't work. You can do minor changes in the xcode project itself, but the most anyone has done with that is setting up ads.

Re: Using IOS specific code frameworks

PostPosted: Wed May 01, 2013 7:34 pm
by zichemak
Thanks for the reply skydereign