ios - Storing a small number of images with potential for IAP -


i'm making app. part of app choose 5 preset images.

these available @ install , need bundled app.

however, there potential "add" more images through in app purchases.

i'm looking "best" way store these images on device potential add/unlock more images.

my thoughts "coredata" heavy this. sort of plist thing reference initial 5 images. how add more through iap?

with iap, download additional images upon purchase? or should bundled app @ install , unlocked when purchased?

never done iap stuff before , previous apps used core-data data heavy.

there 2 things consider -

  1. do want add more images after you've shipped?
  2. are images small enough can download on demand?

if answer either yes, recommend going hosted content route. apple allows host content on servers.

otherwise, bundle in app , unlock required.

small note on security: not worry piracy @ since there no way can stop people pirating content/apps. besides, number of people jb quite small (23m / 90% * 500m ~ 5%) , number of people pirate smaller.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -