Questions tagged [xamarin-component]
14 questions
5
votes
1 answer
Xamarin app only compiles in debug mode, not release mode, when using 3rd party Xamarin component
I'm attempting to integrate the Localytics SDK (via their Xamarin component) into my Xamarin Android app. It compiles in Debug mode, however if I switch to a Release build then it errors on…

Justin
- 17,670
- 38
- 132
- 201
5
votes
2 answers
CrittercismIOS conflict with MvvmCross
I'm integrating crash reporting via CrittercismIOS and i have used component on Xamarin Component store
https://components.xamarin.com/view/crittercism
but app crash with error reported.
2015-11-25 10:49:50.621 MyApp[40227:2065265] critical:…

Luigi Saggese
- 5,299
- 3
- 43
- 94
4
votes
3 answers
Is there a xamarin component that will handle PIN entry?
I see there is an iOS and iPad, PIN Code Control xamarin component, that will give your a programmatic numeric keypad for PIN Entry. Short of coding the entire thing using C# in Xamarin I would prefer to find a component.
I need a PIN code…

Michael Eakins
- 4,149
- 3
- 35
- 54
3
votes
1 answer
You must be logged-in to download this component, despite being signed in
I'm using Visual Studio for Mac (typically I use Xamarin Studio on my Mac) for iOS and Android development. I'm trying to create a new solution and add "Components" to my solution. I'm signed in to my Microsoft account but it's saying "You must be…

LampShade
- 2,675
- 5
- 30
- 60
2
votes
2 answers
Alternative of Xamarin Component in Xamarin.iOS
I recently open my one of the old Project. Which is use old Xamarin.component barchart-1.1.2.1. But as I open my Project is say
Time to Upgrade
We've detected that your solution is currently using Xamarin Components, which is no longer…

Harshad Pansuriya
- 20,189
- 8
- 67
- 95
1
vote
1 answer
Integrating Firebase with Xamarin.Android
Reviewing the Xamarin components, it appears there is no explicit component for integrating Firebase Database with Xamarin.Android, but there is one for Firebase Storage and a component for Xamarin.iOS Firebase Database.
Given there is no explicit…

Sauron
- 6,399
- 14
- 71
- 136
1
vote
1 answer
Can't find Google Play Services in components in Xamarin Android project
I am trying to add the Google Play Services component to my Xamarin application because I need to integrate google maps api into the application. When I try to search Google play services in components I can't find Google Play Services. I see other…

Harshil.Chokshi
- 671
- 15
- 26
1
vote
1 answer
Facebook Audience Network lock HTTP request
I have a big issue with FB Audience component.
We have integrating Facebook Audience Network on iOS with a placement_id but on different devices and FB accounts API answer is always this
[FBAudienceNetworkLog/FBAdProvider:137 ] Ad request error:…

Luigi Saggese
- 5,299
- 3
- 43
- 94
0
votes
1 answer
setting up a simple component with data binding
I am trying to set up a component with data binding. This is basically a seperate content view that would have a property Item of type Item and supports binding. The following is the definition for the binding:
public static readonly…

Neville Nazerane
- 6,622
- 3
- 46
- 79
0
votes
1 answer
Xamarin Component throws System.NotSupportedException while creating a .xam package
I am trying to upload a Xamarin Component by using xamarin-component.exe tool as written in this guide. While it is building the .xam package file, the command console is throwing the following error:
What is the problem? I am running it on…

Saravanan
- 45
- 1
- 10
0
votes
1 answer
Xamarin Component .xam file not getting created
I have been creating a Xamarin Component package by following this guide.
The .yaml file already has created, but the .xam file is not getting created.
My command console is showing:
No projects listed, and no_build not given, searching for…

Saravanan
- 45
- 1
- 10
0
votes
1 answer
Xamarin component.exe is not opening on Windows
I have downloaded the XPGK .zip archive to be able to upload my component to the Xamarin Store. I have done so by following the first step of this guide.
But when I click the .exe file a command prompt file just appears and disappears? What's the…

Saravanan
- 45
- 1
- 10
0
votes
1 answer
Xamarin Component Submission - Unable to extract XPKG archive on Windows
I am trying to create a xamarin XPKG for component submission as described here.
In Xamarin components store, Xamarin has provided a link to download .exe file for creating the Xamarin package which has to be extracted.
But, for some reason, I am…

Oooha
- 150
- 17
0
votes
1 answer
Android Support Design library component not added properly to Xamarin Android Project
I've started learning Xamarin for Android in visual studio, few days back. I'm a noob to this.
I need to build a navigation drawer, for which I need Android support v7 component and Android Support Design Component.
I added both of these from…

pratiti-systematix
- 792
- 11
- 28