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
@horacebury, Thanks, at least the “You are using Trial ver” problem fixed
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]
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]
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]
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?
@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]
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]