Working on an app which is relying heavily to download content (images and sound files) from the server while the app is launched for the first time. It may take awhile depending on the connection speed. Just wondering if that delay may cause my app to be rejected by AppStore review team? Though, be assured that I will display proper user feedback view to show progress indicator while the content is being downloaded. Kindly, share your valuable insights. Thanks
What you should do is show a first view in which you show the status of the download. Once the download is complete yo move to the firs controller of your app. You could save a variable to know that the initial download has already been done, and int future openings not go through the downloading view.