03-31-2011 06:18 PM
hey!
when I deploy my app using the command line, everything works well.
just curious:
______________________________
Sending Install request...
Info: Action: Install
Info: File size: 16053708
Info: Installing ...
actual_dname::com.stevenjacob.CallofDutyBlackOpsUl
lkZSAgICA
actual_id::testVWx0aW1hdGVHdWlkZSAgICA
actual_version::1.0.0.0
result::success
______________________________
is it a problem if it still has "test" in the id and dname? if so how do I get rid of it?
Solved! Go to Solution.
03-31-2011 06:31 PM
In your app.xml file, what is the ID set to? It should be a reverse DNS name.
03-31-2011 06:47 PM
yeah like you see in the command line run, its:
"com.stevenjacob.CallofDutyBlackOpsUltimateGuide"
that was my ID.
03-31-2011 06:51 PM
If the ID was ever "test", I would uninstall and reinstall to see if that will do it; otherwisw I would not worry about it.
03-31-2011 07:24 PM
hey a2_sj,
did you sign the app ? if not thats the reason. unsigned apps will have a test appended to the ID and name.
03-31-2011 07:30 PM
Ohhhhh okay. yeah the app is not signed yet.
Submitting first. then signing
thanks!