iOS App Store updates - Patching? -


when submitting update app app store (via itunes connect?), update whole binary? can update come in form of patch? if second version of app shares lot of assets , logic previous version, logic/resources reinstalled wholly regardless?

there no patches. it's installed entire read-only bundle. old bundle replaced new bundle.

application data retained (ie. documents folder, nsuserdefaults).


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -