It is SUCK!! Carlos! Plz fix this!

i dont mean to be RUDE but it’s really hard for me to tolerate…

after so much money & time i spent.
finally (jz now i manage to load my test app) to my phone.

But guess what… load my index page with a Prompt

"Corona SDK Trail
This message only appears in the trial version
"

OMG!!! i paid for it! Can someone who involved please fix this ASAP??
It’s quite heart breaking… please check my profile to prove that i am really paid for it

Thanks! [import]uid: 10373 topic_id: 5118 reply_id: 305118[/import]

Restart your build tool and ensure you’ve entered your password.

Did you ask about this problem before complaining? [import]uid: 8271 topic_id: 5118 reply_id: 16922[/import]

most importantly, i CANT TEST my app! it jz has “Ok” and “Learn More”
and when i click on “Ok”, the next tap on my app jz close my app…

i tried to build “SimplePool”, the existing demo app, all are not able to open.

Please advice, Thanks a lot

P.S. forgive the strong words i used [import]uid: 10373 topic_id: 5118 reply_id: 16926[/import]

@horacebury, Thanks, at least the “You are using Trial ver” problem fixed :slight_smile:

i am quite “over” jz now. i apologize for that.
Now, is some debugging time for my app on iphone.
seems like it crashed when i first press the “Play” button

like what i said, even the “SimplePool” doesn’t work.
Is there any way we can trace?
Thanks [import]uid: 10373 topic_id: 5118 reply_id: 16927[/import]

Be sure you’re using the right provisioning profile and building for the right device. Every time you add or remove a device type from a profile you need to download it again to your profiles directory and redraft corona from scratch. [import]uid: 8271 topic_id: 5118 reply_id: 16928[/import]

Fixed?
[import]uid: 24 topic_id: 5118 reply_id: 16954[/import]

Erm… Seems not,
After the suggested method, I tried to restart corona and build again, it doesn’t prompt for password again
But when I try restart the next time to build again, the prompt password.
So what should I do?

And first time I open my app in iPhone, it prompt trial ver message

After a few build and port to iPhone (to prove the trial and prompt password issue is fix)
Now, I don’t the the trial msg in my app in iPhone, coz I can’t even start the same app

So, is there a log? How to trace it?
Thanks for the advice [import]uid: 10373 topic_id: 5118 reply_id: 16982[/import]

a BIG THANKS for Carlos for providing dedicated help on the “Trial Message”

and i feel sorry again for using such a STRONG WORD.
Yea, i suggest we should have some sticky note for each section like

  • Can’t use internet terthering while build the app
  • MUST use corona terminal instead of corona to build app (coz i can never realize the build log)

Thanks for your time again Carlos!

P.S. i can’t remove the SUCK word… plz help moderator
[import]uid: 10373 topic_id: 5118 reply_id: 17110[/import]

Will do remove the word “SUCK”… but maybe not…Glad I could help !

C. [import]uid: 24 topic_id: 5118 reply_id: 17111[/import]

How did you solve the problem ?
I am encountering same problem after making payment.

thank’s [import]uid: 13125 topic_id: 5118 reply_id: 19646[/import]

all u need to do,
is to get a VERY STABLE WIFI/3G connection
to build your app

@Carlos, i have proven that 3G network is working

Note: most public shared WIFI (eg. Starbuck/McDonald) doesn’t work [import]uid: 10373 topic_id: 5118 reply_id: 19650[/import]

thank’s a lot [import]uid: 13125 topic_id: 5118 reply_id: 19662[/import]

IMHO I would not use 3G because there is usually a lot of data being transferred; also 3G probably isn’t suitably fast or reliable enough. Again, just IMHO, Starbucks, Costa etc are fine as lo g as the signal is strong. If the connection keeps breaking the build transfer will fail but you wouldn’t normally notice that kind of dropped connection with web browsing. [import]uid: 8271 topic_id: 5118 reply_id: 19673[/import]

I’m facing the same problem.

Paid for it (order 4070) some time ago, but started learning only recently.

Authorized Corona Simulator, used it to build the Hello World app with my provisioning profile, dragged the generated file into XCode Organizer with my iPhone attached.

Then when I run the app, that dreadful trial version message appeared:

“Corona SDK Trial
This message only appears in the trial version.”

Btw - is there a way for me to change my nickname in this forum? Why does everyone else have a nice nickname while mine is apparently generated from my email address?

[import]uid: 8985 topic_id: 5118 reply_id: 29602[/import]

@daniel.chom : hope you are not tethered to a device while trying to build. it will not work.

otherwise

quit corona
goto your /user/library/preference
delete any file in there that start with com.anscamobile. (there should be up to three)
delete them
relaunch corona

should work

if you are trying to build tethered to a device like a g3 it will not work.

C. [import]uid: 24 topic_id: 5118 reply_id: 29612[/import]

I’ve already done that. It still doesn’t work.

I’m not using tethering or 3g, but I’m using home wifi to a fast broadband connection. Do you mean I have to use an Ethernet connection to my router?

I would like to know the reason why a reliable TCP connection is insufficient (I’m thinking it shouldn’t matter whether it’s wifi or 3g).

[import]uid: 8985 topic_id: 5118 reply_id: 29619[/import]

correction: it will work on wifi. i typed too fast.

ok one more try

quit corona
relaunch

c. [import]uid: 24 topic_id: 5118 reply_id: 29625[/import]

I’ve deleted the com.ansca* files in user/Library/Preferences folder.

When I relaunch corona, now I can’t login. The following is the log taken from Terminal:
2011-03-27 04:40:31.052 Corona Simulator[132:903] Connection error: (corona.authorize) fault(Access denied.)
2011-03-27 04:40:31.068 Corona Simulator[132:903] Connection error: (corona.authorize) ({
“/FaultCode” = 1;
“/FaultString” = “Access denied.”;
“/kWSHTTPResponseMessage” = “{url = http://developer.anscamobile.com/services/xmlrpc; status = HTTP/1.1 200 OK}”;
“/kWSResultIsFault” = 1;
})
2011-03-27 04:40:31.829 Corona Simulator[132:903] Connection error: (user.logout) fault(User is not logged in.)
2011-03-27 04:40:31.835 Corona Simulator[132:903] Connection error: (user.logout) ({
“/FaultCode” = 1;
“/FaultString” = “User is not logged in.”;
“/kWSHTTPResponseMessage” = “{url = http://developer.anscamobile.com/services/xmlrpc; status = HTTP/1.1 200 OK}”;
“/kWSResultIsFault” = 1;
})
[import]uid: 8985 topic_id: 5118 reply_id: 29626[/import]

I managed to login after about 10 tries.

Now, I compiled the Hello World and dragged the file to Xcode Organizer to install it in my iPhone device. When I run the app in my iPhone, the trial version message is still appearing.

In Terminal, the following are logged (during the compilation):
Using Custom Build Id c655ed1ec3bd53df4a3519d293cb568b
Copying /Users/daniel/Documents/Corona-code/HelloWorld3/beep.caf to /Users/daniel/Desktop/HelloWorld3.app/beep.caf
/Users/daniel/Documents/Corona-code/HelloWorld3/beep.caf -> /Users/daniel/Desktop/HelloWorld3.app/beep.caf
Compressing/copying PNG /Users/daniel/Documents/Corona-code/HelloWorld3/button.png to /Users/daniel/Desktop/HelloWorld3.app/button.png
Compressing/copying PNG /Users/daniel/Documents/Corona-code/HelloWorld3/Icon.png to /Users/daniel/Desktop/HelloWorld3.app/Icon.png
Compressing/copying PNG /Users/daniel/Documents/Corona-code/HelloWorld3/Icon@2x.png to /Users/daniel/Desktop/HelloWorld3.app/Icon@2x.png
/Users/daniel/Desktop/HelloWorld3.app: replacing invalid existing signature
/Users/daniel/Desktop/HelloWorld3.app: signed bundle with Mach-O universal (armv6 armv7) [HelloWorld3]
2011-03-27 04:45:25.838 Validation[210:903] *** Warning: Defaulting to the standard codesign tool
2011-03-27 04:45:28.262 Corona Simulator[132:903] Connection error: (user.logout) fault(User is not logged in.)
2011-03-27 04:45:28.265 Corona Simulator[132:903] Connection error: (user.logout) ({
“/FaultCode” = 1;
“/FaultString” = “User is not logged in.”;
“/kWSHTTPResponseMessage” = “{url = http://developer.anscamobile.com/services/xmlrpc; status = HTTP/1.1 200 OK}”;
“/kWSResultIsFault” = 1;
})



Even without the “User is not logged in” fault, the app will still display the trial version message. (I’ve repeatedly going through this entire process so many times.)

Is there any way you can help? [import]uid: 8985 topic_id: 5118 reply_id: 29627[/import]

my skype anscamobile [import]uid: 24 topic_id: 5118 reply_id: 29629[/import]