ios - Does Apple allow iPhone apps that display images that are pulled from a azure blob storage? -


i planning build mobile app need have access hundreds of images of items contractor use in doing repair air conditioning system. instead of adding hundreds of images assets of app , bloating size of app, wanted put images in cloud blob storage azure , pull image when item referenced user at. question apple allow app iphone or require developers have images inside app package?

if understand question correctly, you're asking if can download image assets on demand, rather packaging them app. can (and apple offers number of ways, including raw url downloads , on-demand resources) should consider user experience if app being used limited network connectivity.

a caveat: if roll own on-demand resource loader, make sure store cached images in directory not backed icloud--you don't want take user's icloud space images can retrieved network if removed.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -