Questions tagged as 'xamarin'

0
answers

Xamarin IOS error ITMS-90191

I'm trying to publish an app in TestFight, it on to itunesconect but gives me an alert about beta entitlement If I add the beta-reports-active inside the entitlement.plist, it of the other error ERROR ITMS-90163: "Invalid Code Signing Entitle...
asked by 16.01.2018 / 13:51
0
answers

Error: Could not resolve type with token 01000041

Reading the SOen , I understood that this problem refers to different package versions. The whole point is that for example, my project I installed everything. But the classes I'm migrating from another project. What happens when I call MainPag...
asked by 16.01.2018 / 17:37
1
answer

Installing RestSharp on PCamar Projects Xamarin.Forms

How do I install RestSharp in a PCL project (Xamarin.Forms). You are giving this error while installing:    The 'RestSharp 106.3.0-alpha0002' package could not be installed.   You are trying to install this package on a project that is intend...
asked by 14.01.2018 / 01:07
0
answers

My app aborts while trying to consume rest

It has a rest service that my android app needs to consume. For this I have to send a parameter in json format. It happens that it aborts the moment it consumes the Service . This is the code I have to consume the Service : public async Task...
asked by 11.01.2018 / 19:43
0
answers

Pass parameter in json format to consume service post in app xamarin.forms

In my App I have this method to consume the service post (still writing the method): public async Task<string> PostIndicador(string jsonValue) { client = new HttpClient(); string url = $"http://meu_ip/indicadorservice/indicadorse...
asked by 11.01.2018 / 15:58
1
answer

How to integrate an App to an ASP.NET WebService (ASMX) via Xamarin?

I have a sql server created with an asp.net web service, but I wanted to know how I can integrate the server data by creating an app to read it using the GET request. > Thanks in advance for your attention     
asked by 10.01.2018 / 13:23
0
answers

How to change the ip address of the web api?

I'm doing a Xamarin application, this application is consuming a web API that is on my local computer, but I'm having trouble consuming it for Android. I changed the localhost address to the IP of my machine, but even on the erro 400...
asked by 18.01.2018 / 19:03
0
answers

How to resolve conflict between different versions in Visual Studio precisely in Xamarin?

Good afternoon, I have this warning stuck on my screen and I can not run the app consuming a webservice because of this version conflict, can you help me solve it? Thanks in advance!     
asked by 18.01.2018 / 19:43
1
answer

Installing packages

I needed to copy an entire class into my PCL project (Xamrin.Forms). And it is giving error in three using which are: using System.Web; using System.Net.Sockets; using System.Security.Cryptography; I tried to install via NuGet and I can no...
asked by 03.01.2018 / 16:21
1
answer

Problems consuming REST by my App

Actually I did on the service side (which is working) I'm serializing a list, but in fact it's just a single value returned. For this service I have only one information, a decimal value, but I tried to put a simple Task and a FirstOrDefault...
asked by 09.01.2018 / 12:58