0
votes
0answers
53 views

Corona 'ApplicationResume' Event Not Working On iOS

'applicationStart' is working, but 'applicationResume' doesn't work, I already set "UIApplicationExitsOnSuspend = false". Also it is strange that it actually works on Corona Simulator, but not work ...
0
votes
0answers
894 views

Cannot build Corona SDK project: Code signing identity says, “Certificate not installed”

I'm working with the Corona SDK and need some help setting up my provisioning profiles properly to get my project to build. I had previously succeeded in setting up my app, my devices, my ...
2
votes
1answer
389 views

How to integrate Corona with existing Xcode project

I have an Xcode project (Objective-C). I'm thinking to use the Corona SDK for further development. Is it possible to attach the Corona project to an Xcode project just like it is with cocos2d?
3
votes
4answers
11k views

Which is better for building a game, Corona SDK or Xcode? [closed]

I recently looked at Bubble Ball's website, and it says Built With Corona SDK. I've never heard of Corona, and, from what I read, it lets you create games for devices with very little code. I'm not ...