I cannot open iOS simulator.
Hello, community, I'm trying to execute a test case, but when the test is loading the system throws this: SetUp: System.Exception : Unable to determine simulator version for...
View ArticleDon't start simulator when I am executing a test case.
Hello, community, I'm trying to execute a test case, but when the test is loading the system throws this: SetUp: System.Exception : Unable to determine simulator version for...
View ArticleAbout DATAbinding,How to Binding a temporary object's properties to a INT...
我的程式預計要在C#中以迴圈創造數個物件,並將他們的Text依序綁到一個全域的整數陣列中,用以顯示陣列中隨時變化的數值 如此: My Project want to creat Buttons in C#,and Binding their Text to the Target array[] to display it's number Like this: int target[100]=0;...
View Articleunwanted references to healthkit and carekit
My app has been rejected because of HealthKit and CareKit, because of some third party stuff I have to set linking behavior to don't link I then used the additional mtouch argument --linkskip=HealthKit...
View ArticleCustom control with content
Hello developers, I have this control: public static readonly BindableProperty TitleProperty = BindableProperty.Create(nameof(Title), typeof(string), typeof(FrameView), default(string)); public static...
View ArticleDownload file & read its content from One Drive-shared URL without...
My Xamarin Forms App need to download the file from a shared URL of One Drive. File is open to access to anyone(public), user need to download it and read its context. File can be .doc , .pdf , .csv etc.
View ArticleAPK fails to parse the Xamarin Firebase Messaging package in Visual Stuio 2017.
After installing the Xamarin Firebase Messaging package in Visual Studio 2017 in my Android project, the release version signed APK is not installing in other device. I connect my android device and...
View ArticleBuilding NuGet package for debugging in XF 3.6 and up
I run these commands to create the Nuget packages, then move them into my local nuget folder. `Go to the Xamarin.Forms folder in Powershell, then allow for all scripts to be run with this:...
View ArticleReleased event is not working properly for button and Image button
I need to change button image on press and release. I have added pressed event and release event to button. On press, image is changing But on release image is not changing. Does anyone know a solution...
View ArticleHow can I implement push notification in Xamarin forms
I am going to implement push notification for my Xamarin Forms project targeting IOS, Android and UWP. Is there any Nuget Package available for this feature? Or this feature requires platform-specific...
View ArticleHow to share text and a link with social media in xamarin forms ios
Hi, I want to share a text and a link with social media (facebook,instagram,twitter,FB messanger) in xamarin forms ios , when I tap on the facebook image, it opens the facebook app in the iphone and...
View ArticleI am not showing any permission hen installing an android app in android
I am not showing any permission hen installing an android app in android
View ArticleWebview is greyed out while loading PDF with swiping in Xamarin.iOS ?
Webview is greyed out while loading PDF with swiping in Xamarin.iOS ?
View ArticleNavigation drawer (Master Detail Page) not closing on clicking outside in...
Device: Android Tab Orientation : Portrait Issue: In master detail page, master page does not close on clicking outside. We need to drag it to close the drawer. It is working fine on iPhone, iPad and...
View Article