Skip to main content
Removed irrelevant intro, closing sentence; cleaned up formatting.
Source Link

A very simple question, apologies if I offend.

I am about to submit my new app to the iOS App Store.

It's very simple. The app generates a random motivational quote and displays it onscreen. I have a database of 500 quotes now. Stored, stored in a .plistplist file.

I will add more quotes bi-monthly. Essentially, essentially just adding text to the existing `.plist'plist file.

How should I approach this? Do I simply upload an amended .plist' file to my app within the 'backend' of the App Store? Would I have to submit a whole new build and version every time I amend the .plist'plist file to my app within the 'backend' of the App Store? Would I have to submit a whole new build and version every time I amend the plist?

Or would I store this plist' file on an external server and update that file? Am I able to link this updated .plist'plist file on an external server and update that file? Am I able to link this updated plist file (on my external server) to the `.plist'plist file within my existing app on the App Store?

What's my best approach?

I am really new to server side architecture. Any assistance is greatly appreciated.

A very simple question, apologies if I offend.

I am about to submit my new app to the App Store.

It's very simple. The app generates a random motivational quote and displays it onscreen. I have a database of 500 quotes now. Stored in a .plist file.

I will add more quotes bi-monthly. Essentially just adding text to the existing `.plist' file.

How should I approach this? Do I simply upload an amended .plist' file to my app within the 'backend' of the App Store? Would I have to submit a whole new build and version every time I amend the .plist'?

Or would I store this plist' file on an external server and update that file? Am I able to link this updated .plist' file (on my external server) to the `.plist' file within my existing app on the App Store?

What's my best approach?

I am really new to server side architecture. Any assistance is greatly appreciated.

I am about to submit my new app to the iOS App Store.

It's very simple. The app generates a random motivational quote and displays it onscreen. I have a database of 500 quotes now, stored in a plist file.

I will add more quotes bi-monthly, essentially just adding text to the existing plist file.

How should I approach this? Do I simply upload an amended plist file to my app within the 'backend' of the App Store? Would I have to submit a whole new build and version every time I amend the plist?

Or would I store this plist file on an external server and update that file? Am I able to link this updated plist file (on my external server) to the plist file within my existing app on the App Store?

What's my best approach?

I am really new to server side architecture.

Source Link

Do I require an external server for my new mobile app? Only minimal text content to change within my app every couple of weeks

A very simple question, apologies if I offend.

I am about to submit my new app to the App Store.

It's very simple. The app generates a random motivational quote and displays it onscreen. I have a database of 500 quotes now. Stored in a .plist file.

I will add more quotes bi-monthly. Essentially just adding text to the existing `.plist' file.

How should I approach this? Do I simply upload an amended .plist' file to my app within the 'backend' of the App Store? Would I have to submit a whole new build and version every time I amend the .plist'?

Or would I store this plist' file on an external server and update that file? Am I able to link this updated .plist' file (on my external server) to the `.plist' file within my existing app on the App Store?

What's my best approach?

I am really new to server side architecture. Any assistance is greatly appreciated.