Corona Viewer

Does the Corona Viewer only with Enterprise users. I have the free Corona SDK pro and whenever I attempt to connect it to my dropbox account it goes into an endless loop without connecting it. Can someone please help me with this? Thanks!

Coronaviewer works with any subscription tier. Have you tried tapping with four fingers on your device screen and selecting “Reset Project”?

Corona Viewer should work fine for SDK users. Depending on the size of the project it can take some time to sync. You can also look at the console log and make sure you’re not getting any errors.

Rob

I’ve done everything above and still get an endless prompt asking me to allow permission. It grants permission and creates the corona viewer folder. I even put all my app’s files in the corona viewer folder. I replicated my build settings on the viewer app and included the viewer plugin. What am I missing?

Update:

I had these three properties in my build and removed them:

UIApplicationExitsOnSuspend = true,

            UIStatusBarHidden = true,

            UIPrerenderedIcon = true

Now, I get Syncing project but it is spinning and not working. Any suggestions?

Can you try using a simple project like “Hello World”?

Rob

Then the Corona Viewer may only work with simple projects?

No, I’m trying to trouble shoot your issue to see if it’s project related or something else.

Rob

Coronaviewer works with any subscription tier. Have you tried tapping with four fingers on your device screen and selecting “Reset Project”?

Corona Viewer should work fine for SDK users. Depending on the size of the project it can take some time to sync. You can also look at the console log and make sure you’re not getting any errors.

Rob

I’ve done everything above and still get an endless prompt asking me to allow permission. It grants permission and creates the corona viewer folder. I even put all my app’s files in the corona viewer folder. I replicated my build settings on the viewer app and included the viewer plugin. What am I missing?

Update:

I had these three properties in my build and removed them:

UIApplicationExitsOnSuspend = true,

            UIStatusBarHidden = true,

            UIPrerenderedIcon = true

Now, I get Syncing project but it is spinning and not working. Any suggestions?

Can you try using a simple project like “Hello World”?

Rob

Then the Corona Viewer may only work with simple projects?

No, I’m trying to trouble shoot your issue to see if it’s project related or something else.

Rob