I am currently converting our app from Xcode and Swift to VS and Xamarin and need the ability to check within the app for updates. Previously I used a CocoaPod called iVersion that would check our server for an update and install if a different version. Is there something within Xamarin that can do the same thing? Due to the app not being available for general use but only internal use, it is an Ad-Hoc app that will be installed from a specific URL. The app will not be available via the respective app stores.
↧