Basically, I need to call a service to perform a simple get operation in my iOS app that I have built using Xamarin. The problem is I need to do this when the app fires up.
I have an in-house app that is being distributed to employees, and I need to call a service when the app starts to check for a newer version. How would I do this?