We just released the next version of uMobile. This new version is fully personalizable and extendable. It still has all the features (and more) to manage your umbraco instance but it also includes the possibility for any programmer to make their own functionality blocks.
Mobile app can't connect to my umbraco instance
I installed the package on my umbraco instance.
Connection info:
Name: xxxxx
Url: www.mrcarbon.net
login: myusername (it is an administrator)
pass: ********
My umbraco instance is hosted on godaddy. It runs ok under medium trust. Is there any further step needed after installing the package on the server?
Daniel,
We just released the next version of uMobile. This new version is fully personalizable and extendable. It still has all the features (and more) to manage your umbraco instance but it also includes the possibility for any programmer to make their own functionality blocks.
In order to get started I recommend you to download the umbraco package (0.9.0), the Android application (https://market.android.com/details?id=LECOATI.uMobile) and I also recommend you to read the short documentation from here: http://our.umbraco.org/FileDownload?id=8943.
If you want to start customizing uMobile for your umbraco instance, you should watch this video: http://www.youtube.com/watch?v=JbzPfcLOLOQ.
Link for umbraco package is broken. Also, is it working for medium trust?
Thanks for replying. We haven't tested it but it should work. The communication between the app and the server is made through umbraco /base.
How can I test that the uMobile endpoints work correctly? Can I made a request from my browser to make sure it is working ok?
Yes. You can test your endpoints with the following methods:
or
In order to test your endpoints you have to set the property Authentication to false in the method attribute umMethod
If you only want to know if uMobile is working correctly you can make the following request from the browser:
This should return the following message:
is working on a reply...