I'm working on a Xamarin.ios app that requires a 3d model to be displayed throughout the app's runtime.
I'm hosting the model online, but it's not responding when I call it using its URI. I tried hosting it on Google Drive and glitch, but it still wouldn't let me use it.
Is there a method to bundle the model in the app and try to implement it? I know it can be done in Swift with NSBundle, but I'm using Xamarin in C#.
