I am creating a Xamarin Mac application.
How can I display a Popup View in Xamarin iOS application. Only few samples are there for Xamarin iOS platform.
Related
I'm developing xamarin forms apps. I can generate the APKs and run it on my android devices. But how can I do the same for iPhones without having a mac? Is there a way to build my apps on app center or azure devops where it generates the ipa files?
Thanks
With Visual Studio 2019 preview you have the Hot Restart that allow you to deploy with the iTunes to your local iphone/ipad...
https://learn.microsoft.com/es-es/xamarin/xamarin-forms/deploy-test/hot-restart
Here is guidance about how to build Xamarin apps for Android and iOS in azure-devops:
Build Xamarin apps azure-devops
Here is document about how to build Xamarin iOS app in AppCenter:
Building Xamarin apps for iOS in AppCenter
If you want to build a xamarin.iOS project locally, you must connect to a network-accessible Mac to build Xamarin.iOS applications. Because building native iOS applications requires access to Apple's build tools, which only run on a Mac.
Refer: Pair to Mac for Xamarin.iOS development
I tried setting Automation Id to Xamarin forms Button control and it is not detected in Xamarin Forms WPF platform
Does Xamarin Forms support AutomationId for WPF platform?
I need to create a new application for Iphone with Xamarin? Forms
Is it possible to do this without any windows system?
I know this sounds bizare but that is the requirment.
Yes, this is possible. You can develop Android and iOS apps with Visual Studio for Mac. Of course you won't be able to develop UWP apps.
With Visual Studio for Mac you can build websites with ASP.NET Core and apps using .NET Core, games with Unity, and mobile apps for Android and iOS using Xamarin. (emphasis mine, see here)
As far as xamarin is concerned, you can do just as much with the Mac version as with Windows. You just can not develop a Windows Phone app on the Mac.
My xamarin released android app works on debug mode but crashes on release mode on Navigation pushasync event. I want to be able to view the log to know what made the app crash in release mode. How can I attach a debugger to the android process through android studio or visual studio?
I am new to Xamarin. I develop an app and deployed it on VS Emulator for android but on clicking of a button, the app is getting crashed. Please let me know the step which I can take to attach my app to VS so That I can figure out the cause of crashing the app
Please see this Xamarin documentation to undestand how you can debug your xamarin app in Emulator.
There are two standard Emulators that you can use, one is Android SDK Emulator which is the default emulator that is provided with the Andorid SDK and the other one is Visual Studio Android Emulator which is a Visual Studio 2015 built in Android emulator. Alternatively, you can use Gorilla Player.