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
Post a Comment