Detect Hardware Mute Switch Position on iPhone
Has anyone been able to programmatically determine if the iPhone mute switch is on or off? My app depends on TextToSpeech so I'd like to let the user know if the mute switch is on - otherwise they...
View ArticleHow to ignore system dialogs for IOS platforms when running tests in test cloud
Hi, During the test execution for IOS platform a system alert dialog popup before the test step one is finished (see attached picture) . Since it is ”outside” of the application itself and out of our...
View ArticleEarly Preview of Exrin
Hi All, I wanted to share the first release of an open source project I have been working on for a few months. Summary: Its a mobile app framework for Xamarin Forms meant for larger projects or ones...
View ArticleUWP ToolbarItem TextColor
Hi I have a Xamarin.Forms app targeting iOS, Android and UWP. When I add some toolbaritems (secondary) and start the UWP on my Windows10 machine. The menu appears (when I cklick on the 3-dots-button),...
View ArticleProblem With Designer on visual studio After update xamarin to latest release?
I have updated Xamarin.VS to latest release (4.2.0.703), and the following problem showed: when I open main.axml file, it gives me this message: "The installed Android SDK is too old. Version 25.1.3 or...
View ArticleGet Entry's Text and Picker's Selected Item on button press
Is it possible to get an Entry element's Text and a Picker's selected item in the View Model when a Button on the page is pressed? Essentially I want to pass these values as the button's Command...
View ArticleIs it possible to create a full screen app using PCL?
Hello, I am trying to create a full screen app using PCL. It is working fine on iOS, but on Android the Status bar is always present. Is there a way to hide the Status bar on Android? It seems to be...
View ArticleAndroid Layout Designer works just on first start
If I create a new Layout File and open it everything is fine. If I switch to Source-View and make my changes and go back to design mode it will load infinite. Even a restart of visual studio don't help...
View ArticleHow can I correctly use a TabbedPage inside a NavigationPage
My app has one NavigationPage with a TabbedPage at its root. I want to hide the navigation bar based on the active tab. Unfortunately, Xamarin doesn't correctly resize my pages once the navigation bar...
View ArticleHow to return selected image's path from Android to Xamarin Forms
I want selected image's path returned to Xamarin Forms PCL project. I've tried to return path by following many forum answers on the topic which display selected image's path as Toast notification...
View ArticleWindows Phone 8 App error on debugging
Hi, I worked on a Cross Platform App, first of all I only worked on Android. Everything works fine there. Now I would like to test the App on a Windows Phone 8 Emulator. Because I work on a Windows 8...
View ArticleLooking for Xamarin Developer
Our client is a leader in interactive mobile agency in Europe. This Company creates and develops mobile applications built on all important platforms: iOS, Android, HTML5, Smart TV, Xbox. We are...
View ArticleDeployment Failed
I am new to Mobile Development. This is my first mobile project and could not get run. It give the following error : :Deployment failed 2>Mono.AndroidTools.AdbException: No such file or directory...
View ArticleIntelliSense in Activity isn't working
Hi everyone, I've the latest Xamarin Version on Visual Studio 2015 and latest updates for Xamarin.iOS and Xamarin.Android. I created a new Activity and wanted to type "setCon..." and use IntelliSense...
View ArticleCan not find the menu folder under resources
Hello everyone! I have combed the internet like crazy and found some people with the same issue. They seem to be able to solve it with a simple rebuild. I am not, though. I have added a folder named...
View ArticleRollback Xamarin for Visual Studio
I need to rollback to version 4.2.0.680. Are there links to previous versions available. We are debugging an issue. Our computer with 4.2.0.680 builds. The computer we must get working has the newest...
View ArticlePublishing Failed - One or more errors occurred
I'm trying to publish in Google Play my app but when I access to "Archive for publishing" at end of process it shows this message: "Publishing Failed - One or more errors occurred"...
View ArticleGet path of selected image from gallery in Android
Hi everyone, I'm trying to load a selected image from the gallery to a Image in xaml, at this moment I just only could to open the file explorer and select the image but I don't know how to get and...
View ArticleHow to do JWT token decryption in PCL library?
Hi, I'm trying to work out a way to do JWT token decryption in a PCL library so I can use it in a cross platform Xamarin app. I get a JWT that is encrypted using asymmetric key encryption. I know there...
View ArticleWhy DidReceiveRemoteNotification or ReceivedRemoteNotification never called ?
Hello All, I am not able to recive push i used http://www.pushwatch.com/apns/ for testing , I got sucess message after adding my pem file and device token but DidReceiveRemoteNotification or...
View Article