How do I find the URL used by the app to issue HTTPS requests?
I am trying to setup hot-linking so images stored in my AWS S3 Bucket (ObjectStore) can only be accessed via my website and iOS app. But I need to know the iOS apps URL in order to do this. How do I go about finding the URL?
Any help would be greatly appreciated.