Hi, sorry if some of this post seems familiar, I posted a question in a different forum relating to the same apps.
I am writing two apps for a client (to be available on both Android and Apple), they are;
Client app – the client can record information about products and submit them. The client will require a username and password that will be issued by me. I have more of less finished this app, at the moment I am storing the data in a local table, although I am thinking I might move to a sqlite DB.
Customer app – customers will receive product information and then have the option to place an order, the client will then be notified of any order. The client will have the option of confirming or denying any new customers.
I am wondering how I would go about passing data between the two apps, given that both apps need to allow for sending and receiving of data from the other app. I have a server and thought about uploading a JSON file with product information, but this seems inefficient as I would need to upload the file again as products are added (maybe I am wrong) and similarly the client would need to download the whole file again to get updates.
Can someone point me in the right direction please?
Thanks for your help. [import]uid: 184705 topic_id: 34384 reply_id: 334384[/import]