how to turn on/off OneSignal push notification
Hi xamarin forum I have implemented OneSignal for push notification but I want to have a turn on off notification with a push of toggle button, How can I acheive it
View ArticleMissing assembly reference. How to fix it?
Severity Code Description Project File Line Suppression State Error CS0234 The type or namespace name 'Net' does not exist in the namespace 'SQLite' (are you missing an assembly reference?)...
View Articlesetting Switch toggle button value
Hi xamarin forum I got a switch toggle button on my form how to make it turn off even I kill my app and then reopen my app the switch toggle button will return to true
View ArticleIs there a way to update VS for Mac going thru the terminal ?
I have a bunch of build machines which i'd like to update using terminal, is that possible ?
View ArticleRemoving status bar - broken with latest Xamarin
Hello all, In my previous apps I could enable full screen which would also remove the status bar using the following code in MainActivity - this.Window.AddFlags(WindowManagerFlags.Fullscreen);...
View ArticleUnable to debug Xamarin UI test with VS 2017 15.8.6
We are unable to debug Xamarin UI test after upgrading to VS 2017 15.8.6. Some more details are 1. Windows 10 Enterprise , version 10.0.16299 Build 16299 2. This is a Xamarin UI test project 3. I...
View ArticleXamarin form : How to save data from push notification when app is closed
i am saving my notification in database when i receive, its working fine when app is open, but when i close app from here as shown in image below it doesnt save in database i am really stuck here...
View ArticleXamarin.Forms iOS Environment Variables
Hello, Our development environment is: Visual Studio 2017 Community 15.2 (26430.6) Xamarin 4.5.0.443 (c871575) Xamarin.iOS and Xamarin.Mac SDK 10.10.0.30 (30b6e87) We are trying to include Environment...
View ArticleUsing environment variables from app center in the appliaction
Hi all, I need to use different api endpoints based on if the app is for testing or production. I am using app center and have configured environment variables there, with required values. The question...
View ArticleHow to get ActionBar Height only when ActionBar is in view ?
Hi All, In my Xamarin Forms Android application I needs to get ActionBar Height , I have tried by using Resource ID, I got ActionBar Height, But In my case if ActionBar is not used in my app also I am...
View ArticleClickable Chart
Is there any chart control in xamarin forms that can click on it and show info?
View ArticleCannot convert from int to System.Timespan
using Plugin.Geolocator; using Plugin.Geolocator.Abstractions; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xamarin.Forms;...
View ArticleIs it possible to use a Xampp as local database in building an ios and...
Is it possible to use a Xampp as local database in building an ios and android application
View ArticleBinding native framework to Xamarin.iOS project causes app crash on launch...
Hello guys, my task is to bind a native iOS framework into a Xamarin.iOS app and consume some of its features. I followed the official guide for creating a binding via a Xamarin iOS binding project and...
View ArticleWhat items i need to dispose in each activity?
What items i need to dispose in each activity for free memory? I'm using recyclerview,listview,textview,edidtext and buttons. Is it good practice to set them null on destroy method? private...
View ArticleGoogle Pay integration
I need to implement Google Pay - Payment Gateway in xamarin.droid app. Anyone can help me over this ?
View ArticleHow do you set the height of the tabbar
I have been searching for hours and can't find an answer. I am trying to set the height of the tab bar that is used in the template for sliding tab pages. I understand how to change many other things...
View ArticleXamarin Android Bindings that uses Android.WorkManager
We are making an app that needs to use Android's WorkManager library. The dependency .AAR file is compiled and tested working. I was able to build a DLL by binding the dependency AAR file using Visual...
View ArticleAdding "Access WiFi Information" entitlement for iOS 12 apps?
Hi Everyone, Anyone know the key needed to add the "Access WiFi Information" entitlement for iOS 12 apps? It's not listed on the Entitlements.plist file UI just (currently on Stable channel on VS for...
View ArticleSystem.Net.WebException Error: NameResolutionFailure
I periodically get this exception thrown from an android app I am writing side by side with an iOS application. At first, I thought it was a problem with my service being down but, I no longer think...
View Article