mikthemonster
mikthemonster
I just got this reply from AppCenter: It seems that latest version of map was not supported by AppCenter that's why it was failed, I am forwarding this to our...
How do you target ios project 9.0+ when using app center?
I still get the same build error in Visual Studio App Center. I tried all the suggestions: I changed my Info.Plist (from 9.0 to 10.0): MinimumOSVersion 10.0 And added Xamarin.Build.Download...
I finally found a solution to my problem: In Microsoft App Center there is a setting: “SDK version”. An old version was selected but as soon as I changed it...
I have the same problem but related to latest Microsoft.AppCenter.Push (v. 2.5.0): Version conflict detected for Xamarin.GooglePlayServices.Base. Install/reference Xamarin.GooglePlayServices.Base 71.1610.0 directly to project WorkingWithMaps.Android to resolve this issue. Microsoft.AppCenter.Push 2.5.0...
Does anyone know where to find information about the "official" way to connect to iCloud, if we should re-write the binding?
I looked at picklepete's pyicloud and got it running on my Windows machine in Visual Studio Code. I can trigger "Find my iPhone" and get location etc. It is actually...
We could also pay someone from freelancer to do it....
Hi Maihacke. First Endpoint looks something like this (replace all the xxx with your own values): ``` HttpResponse response = Unirest.post("https://idmsa.apple.com/appleauth/auth/signin?isRememberMeEnabled=true") .header("X-Apple-OAuth-Client-Id", "d39ba9916b7251055b22c7f910e2ea796ee65e98b2ddecea8f5dde8d9d1a815d") .header("X-Apple-OAuth-Client-Type", "firstPartyAuth") .header("X-Apple-OAuth-Redirect-URI", "https://www.icloud.com") .header("X-Apple-OAuth-Require-Grant-Code", "true") .header("X-Apple-OAuth-Response-Mode",...
Hi Maihacke. The ClientId from pyicloud is created using a function "uuid1" in python. It says: "uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5 UUIDs as...