This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3439722-app-thinning
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3439722-app-thinning
Great presentation @jwfc! It was really cool seeing that app brought back to life :]
Fun fact: Santa Cruz was my happy surfing spot back in the day
Thanks @lolgrep! I appreciate the great groundwork you laid out!
Great tutorial. Thanks @jwfc. But I still don’t understand, where are these bundle files downloaded from? These files will be uploaded to Apple server when we build the App? sorry I am quite new to ODR.
Hi @crafttang. When you Archive your app for distribution, you are given a dialog on where you want to host your content. Typically that would be Apple’s servers, but for enterprise apps, you can use your own web server. Here’s Apple’s documentation on it:
In the demo, Xcode is acting as the server for us and delivers the content when the app requests it.