With Xamarin Hot Restart, we have the ability to debug apps on an iOS device without having to pair with a mac anymore. With introduction of Hot Restart, we don’t need to setup the provisioning profiles and keychains on physical mac anymore, we just need an iOS device and we can deploy and debug the […]
Category: Xamarin
First step of Holy Grail of Clean, Build and Redeploy in Xamarin In this article we will discuss how to truly delete bin, obj and packages folders in your projects while working on Xamarin. Visual Studio’s micky mouse clean leaves compiled files behind and does not delete them completely. Using this tip folders are deleted […]