Xamarin PCL prompt Mono.Posix Error
I'm trying to use Xamarin PCL to build native Android Apps. I experience a few errors. I had been using Microsoft.Identity.Clients as well. When I try to debug the app, i got:...
View ArticleCan't run UI test on Android Emulator
Hi, I am getting an error loading apk file in my Xamarin UI Test project: Mono Shared Runtime is not supported. This can be resolved by changing the project configuration or using a Release build. Can...
View ArticleXamarin.Auth nuget v.1.5.0 released with Native UI and Xamarin.Forms support
Hi Xamarin.Auth v.1.5.0 has been released with following features: platform support: Traditional/Standard (UWP, WinRT Windows 8.1, WinRT Windows Phone 8.1, Windows Phone 8 Silverlight) Xamarin.Forms...
View ArticleXamarin.Auth with Google Drive API - How to start a DriveService with...
On iOS, I am trying to use Xamarin.Auth and the Google Drive APIs and I’m having trouble creating a Google Drive service with stored credentials. I’m using Xamarin.Auth (1.5.0) and the Google Drive API...
View Articlefacebook login using xamarin auth in xamarin android
I am getting below error while facebook login using xamarin auth: Below is the code i am using for facebook login and it is working on iOS var auth = new OAuth2Authenticator( clientId:...
View ArticleGoogle drive error Disallowed useragent using OAuth
I used Xamarin.Auth 1.4.1 and I get error 403:Disallowed useragent from Google drive. I try to use Xamarin.GooglePlayServices.Drive.42.1021.1, but not working very well. How can I solve ?
View ArticleApp Deployed but don't attach a Debugger
hi to all, when deploying APP in a Device/Emulator, run correctly but the debugger don't connect. in the output folder see the log information. i tried to reinstall VS , Xamarin but don't have resolved...
View ArticleXamarin.Auth, version 1.5.0, error when linking assemblies is enabled, on...
I am getting the error, in release: error XA2006: Could not resolve reference to 'System.Void Android.Support.CustomTabs.CustomTabsIntent::(Android.Content.Context,Android.Net.Uri)' (defined in...
View ArticleSweet spot for a Mac Mini purchase?
Hi, I am looking to pick up a Mac Mini for iOS development - It will literally be used for this purpose and will not be used day-to-day as a PC. Therefore, I'd like to keep costs down by buying a used...
View Articlehow to clear the line in editor view
I make a editor view which be used for multi-line input , but it always show a line in the bottom , how I clear the line in android platform Content = new Editor { Keyboard =...
View ArticleError : "The remote server returned an error: (403) Forbidden" after Xamarin...
Dear all, Currently i use Bitrise.io to build and deploy mobile apps. I get "The remote server returned an error: (403) Forbidden" error when the xamarin component restore step execute. It happened...
View ArticleUWP: ViewCell with Picker used by TableView does not update Text after change...
I have some trivial PickerCell: public class PickerCell : ViewCell { public Picker picker; public PickerCell() { picker = new Picker(); picker.Items.Add("a"); picker.Items.Add("b");...
View ArticleContentPage was not found error, when creating new xamarin.forms portable app
I have visual studio 2015 community installed on windows 10. I'm getting an error 'ContentPage was not found' after i do the follow simple steps. In Visual Studio 2015 add new project select 'Blank app...
View ArticleEditText content in scroll ListView
Hi. I have LIstView with EditText in each row. User enters some data, but when he scroll down, and scroll up, the value is losing. Is there any way to save and restore entered data? When I scroll down,...
View ArticleGetting log info from within an app
Is there a way to get the log info for an app form inside the app? Like the one you view using Xcode. Thanks Johan
View ArticleDraw annotation by using skiasharp is not working properly
Hello, My issue is that I am using skiasharp to draw annotation inside a listview.when i am drawing then it is shown to all the rows of the listview but i want it to the selected rows or item.Can...
View ArticleFast Deployment and Android 7.1
Currently I'm having an issue when using Fast Deployment to deploy a Xamarin.Android to a Nexus 9 (Android 7.1) in VS2015. Every time when the app is about to launch from the IDE (for debug purposes)...
View ArticlePreload dll's for Xamarin.Android
Hi everyone, I'm developing a application for android. But when starting a second activity, the navigation is slow. This is because some dll's are still to import upon the navigation. As you can see...
View Article'Reference assemblies for framework "Xamarin.iOS,Version=v1.0" were not...
This is a pretty clean/recent install of Windows 10 & Visual Studio 2017, but attempts to build my iOS binding project (even a new one starting from the template) are failing. Repro steps: 1....
View ArticleSIGABRT while debugging async methods
These methods used to work fine, but iOS rejected our latest App version because an unspecified error. While debugging, they work fine, unless you go step by step after a breakpoint. After said methods...
View Article