Ejecta icon indicating copy to clipboard operation
Ejecta copied to clipboard

A major update !

Open finscn opened this issue 10 years ago • 12 comments

first , my fork version supports Xcode 7 & iOS 9 now.

second, I update some 3rd libs:

  • SocketRocket ( it's same to https://github.com/square/SocketRocket )
  • GoogleMobileAds ( the lastest version )
  • Chartboost ( the lastest version )

last, I tidy launchImage and Icon , move all of them to Asset Set and remove unused file.


Now I don't have iOS 7 and 8 device , So I can't test the compatibility ( for iOS 7 & 8 ) of new version .

But I hope my fork version could run on iOS 7 , 8 , 9 device .

So I need your help , thank you very much.


NOTICE

Google AdMob doesn't supports Bitcode (a new feature of iOS 9) , so I have to disable this feature. After google AdMob supported , I will turn it on .

finscn avatar Sep 17 '15 09:09 finscn

@matrixreal , could you help me ? thanks

finscn avatar Sep 17 '15 09:09 finscn

@finscn yes i will try it in couple of minutes

matrixreal avatar Sep 17 '15 09:09 matrixreal

@finscn every thing seem to work good except one warning like picture below warning

matrixreal avatar Sep 17 '15 11:09 matrixreal

@matrixreal , I updated . You could try again , thanks

finscn avatar Sep 17 '15 12:09 finscn

@finscn i confirm everything is okay on iphone 4s ios 7.1.2

matrixreal avatar Sep 17 '15 12:09 matrixreal

and what about ios9 and xcode 7 ? it run good ?

matrixreal avatar Sep 17 '15 12:09 matrixreal

If you want to run your game on iOS 7 , I think Xcode 6.x is a better choice.

finscn avatar Sep 17 '15 16:09 finscn

yes but i have update my games to ios9 i hope that it run good on ios9 and apple will not reject

matrixreal avatar Sep 17 '15 20:09 matrixreal

@finscn you say that you update the socketrocket what are the different call and condition of this extention please ? thanks

matrixreal avatar Sep 18 '15 14:09 matrixreal

No different . Use it as same as in original Ejecta

finscn avatar Sep 18 '15 14:09 finscn

an example please ? the different call and condition .... as i'm plan to create the first multiplayer online game with your fork :dancer:

matrixreal avatar Sep 18 '15 17:09 matrixreal

You could learn How to use websocket in HTML5/Web . They are same.

finscn avatar Sep 19 '15 07:09 finscn