Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
I'm making a app for buying and selling something thats a secret so you don't steal my ideas.
I would like my users to be able to search through a online database of things people are selling and to be able to edit that database to add they're own listings; trouble is I don't know how they can download and upload a online database (preferably in real time usage).
HELP PLEAAAASE!:confused::confused::confused::confused:
On the web side you would have to wrap calls to the database up using http post or REST style api. So the iphone would issue the request, the webserver would handle it, query the DB and then return the results in XML or JSON for parsing back on the device.
Thats how I have done this in the past. I used http post for authetication, then REST API for querying data with the results being in JSON and just using TouchJSON to do the parsing.
Replies
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like AwesomeOn the web side you would have to wrap calls to the database up using http post or REST style api. So the iphone would issue the request, the webserver would handle it, query the DB and then return the results in XML or JSON for parsing back on the device.
Thats how I have done this in the past. I used http post for authetication, then REST API for querying data with the results being in JSON and just using TouchJSON to do the parsing.
Gary
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like AwesomeWdbEngine
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like Awesome