Get record from Xamarin.iOS in Xamarin.Forms
Hello, i need to get record from keychain via: SecureStorage.GetAsync("xxx"); In Xamarin.iOS app i have this: var s = new SecRecord(SecKind.GenericPassword) { Label = "Item Label", Description = "Item...
View ArticleAsset files does not exist ?
Hello, i have troubles with asset files. After i create my assets , close/open project, their names looks different then normal names ( they are not same names with i created). Also when i debug...
View ArticleTimer Speed is increasing on picker selection change
I am creating a timer which is working on a picker selection changed.Timer is working good until the times end to the "00:00:00".If i change the selection changed in the mid of time then the speed of...
View ArticleCannot seem to get Xamarin.Forms to work with WPF
I've followed the instructions here: https://docs.microsoft.com/en-us/xamarin/xamarin-forms/platform/other/wpf But, I'm stuff on probably a simple problem: In my MainWindow.xaml.cs file, on this...
View ArticleIt’s possible convert Xamarin Forms app to Nuget package?
I developed Xamarin Forms app with Android and iOS platforms. I would like to know if it’s possible convert this app in a nuget package and run my app in other app. Of course it would be a nuget...
View ArticleIssue with Android 10
I've been experiencing this issue with my current app after setting target framework to android:targetSdkVersion="29". I've double checked that this happens with a sample application for easier...
View ArticleGetting StoreReview Plugin to work
Hi All, I installed the James Montemagno Plugin nuget https://github.com/jamesmontemagno/StoreReviewPlugin And I call it using using Plugin.StoreReview; ' ' 'public override View OnCreateView(,,,,,,,...
View ArticleXamarin.iOS cannot register with Azure Notification Hub in iOS 13.1.2
I have been dealing with this issue for a few days now. Yesterday an update was released for the Xamarin.Azure.NotificationHubs.iOS NuGet package. The way to register for the notification hub is NOW...
View Articleawait SBNotificationHub.UnregisterAllAsync hangs indefinitely
No matter what I try, I cannot get the sample code (any version of it) for Push Notification using Azure Hubs to work. I have tried writing the code like this: this.Hub = new...
View ArticleHow to design a custom Master Page
Hello Everyone, I am trying to Design a custom master page. I have attached the image. In this image when user clicks arrow button that time master page should open. and after hiding master page also...
View ArticleCan't select same item twice on CollectionView
I use a CollectionView control to display a list of files, if users click an item a popup appears displaying information about the file and a button to download it, the problem is that i use the...
View ArticleHello all, I am not asking how to but rather why I am not getting the expected $###.## currency format I am supposed to get using either in the view or String.Format("{0:C}",...
View ArticleXamarin Forms IOS - NSData from a json string
I'm trying to get an NSData from a json string, to use it later to create an MGLShape (From Mapbox SDK) like this: MGLShape.ShapeWithData(jsonData, 4, out error); //jsonData is the NSData, 4 is the...
View ArticleXamarin.Essentials Preferences and Export Compliance
Before I can publish my app with TestFlight I have to answer questions about my use of encryption. I don't use any encryption that I am aware of except for maybe Xamarin.Essentials Preferences. Does...
View ArticleListView not updating when adding items to it from another page
I'm trying to fill up or populate a ListView that is instantiated in PageA when the user clicks a button in PageB. I'm doing it sending a message with the MessageCenter in PageB and calling the...
View ArticleListView not updating when adding items to it from another page
I'm trying to fill up or populate a ListView that is instantiated in PageA when the user clicks a button in PageB. I'm doing it sending a message with the MessageCenter in PageB and calling the...
View ArticleXamarin Google(GoogleApiClient) SignOut
Hi hear i am facing a problem to get signout feom the GoogleApiClient, the following is the code i am using currently, Here is for the Signin protected override void OnCreate(Bundle savedInstanceState)...
View ArticleCan i publish my app from mac on cloud
Hello I have one simple questions can I publish my IOS app to app store using mac on cloud or i have to own Apple laptop https://portalv3.macincloud.com/#/plans/vsts
View ArticleUWP ONLY: How Change Default Background Color On a ListView Item Click/Tap...
It's going to be a little tricky explaining this, but stick with me, folks! I have a ListView that I'm wanting to customize in a UWP version of a Xamarin Forms application (this is not a problem with...
View ArticleCamera gap on new iphones
How to make provision with my page layout for the camera and speaker gap on the top side of the screen on new iphones 11 or XR? Currently the top 10 pixels or so of my layout are hidden by the camera...
View Article