facebook

mobione app, some question, database and AppStore

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #330260 Reply

    albertino
    Member

    Hi i’m a novice for MobiOne, i’m italian and my english is not very good.

    i’m ready to develop my first ios app, but i’ve some question:
    1) i’ve a database on server online, and i would like to take my data. Online there are my php files(with mysql code and php code), is this correctly?i’ve read online, that i should use SQlite.
    2) When my application will be online on AppStore, the application creator will me my name, or MobiOne?
    3) can i open, the .ipa file generate with Mobione, to modify with xcode?

    Sorry for my english.

    hoping to get a response, thanks a lot.

    Alberto

    #330269

    Kale
    Member

    Hi,

    1. iPhone usualy uses sqlite database format, but you can also save your data in other formats. You can use your data from your server. An easy way is to encode your data in json format, download it to your app and parse it. Then save the data on your device.

    2. You are the creator and you will be named on appstore.

    3. No.

    Kale

    #330286

    albertino
    Member

    thanks kale,

    i have another question, i would like to create a native application, but this application throughs an ajax calls, connects to php page on the server. this php page connects to che mysql database, e then return the json result at the application. it’s the wrong way?

    there are the nativa application on the app store products with MobiOne?
    thanks a lot.

    Alberto

    #330293

    Kale
    Member

    Correct.
    Your app calls the php script on your server, the script pulls the data from the database, it then encodes it in json format and sends the result back to your iPhone. Your app has to parse the json data.

    As far as I know, there are several native apps in appstore that have been created with MobiOne.

    Kale

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: mobione app, some question, database and AppStore

You must be logged in to post in the forum log in