- This topic has 1 reply, 2 voices, and was last updated 11 years ago by support-octavio.
-
AuthorPosts
-
bremyMemberHello,
Few questions I have to develop a small app using Mobione
– is it possible to read (access) one mailbox for the user on his device? I would like to be able to extract email message contents from emails received in a mailbox
– is it possible to manage settings for one app? For exemple to setup up a pseudo value that the user will be able to initialise, to change. Same question for files stored on the device which will be attached only to the app. Just like on IOS having a sandbox specific to each app installed (files are automatically removed when the app is uninstalled)
– Is it possible to send Rest Web request sending back a JSON format resut? Thiis JSON content to be undecoded in a list of class?Thanks for your reply and experience on these issues
support-octavioMemberHi bremy,
>- is it possible to read (access) one mailbox for the user on his device? I would like to be able to extract email message contents from emails received in a mailbox
I am not sure that Mobione will allow you to do this. I’ve pinged the dev team and will follow up as soon as I know more.>- is it possible to manage settings for one app? For exemple to setup up a pseudo value that the user will be able to initialise, to change.
Yes, you can use localStorage to save values for variables to use them as settings. See a local storage demo here: http://www.genuitec.com/support-genuitec/viewtopic.php?f=14&t=2251>- Is it possible to send Rest Web request sending back a JSON format resut? Thiis JSON content to be undecoded in a list of class?
See this Mobibike example that parse RSS feed and return results as Javascript array (JSON): http://www.genuitec.com/support-genuitec/viewtopic.php?f=14&t=1386 -
AuthorPosts