Narcis

Results 13 comments of Narcis

maybe an idea would be to choose if we want to hijack the AudioSession when we call `CrossMediaManager.Current.Init();` that causes the issue on iOS - line 106 here: https://github.com/Baseflow/XamarinMediaManager/blob/7056b8ce1f336b27ad20b9a98760e57697bd547d/MediaManager/Platforms/Ios/Player/IosMediaPlayer.cs#L106

Hi. I am going to piggyback on this. Hope it is all right. Regarding Step 6, the example given is wrong, where is just a simple GET request `RELEASE_STATUS_URL="https://api.appcenter.ms/v0.1/apps/$OWNER_NAME/$APP_NAME/uploads/releases/$UPLOAD_ID" curl...

@King-of-Spades i got it working. Basically I skip over step 7 and call another API where I put in the release notes and then get the distributions groups and distribute...

@King-of-Spades I think put shortly, Step 5 and Step 7 call the same API, with a PATCH call, but with different bodies. "upload_status": "uploadFinished" happens in Step 5, with exactly...

@King-of-Spades regarding when you missed a chunk to upload, this is how the server responds: `Finalize upload (5/n) finishedUploadResponse {"error":true,"chunk_num":0,"error_code":"MissingChunk","message":"Verification failed. Missing chunks detected, please resend missing chunks.","missing_chunks":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43]} ` I...

> @MohamadAminSoltani Here's my solution: > > 1. Create dummy xcode swift iOS app (using certificates and appid of your existing xamarin app) > 2. Add an AppClip to the...

Hi Reviving an old issue - i am facing the same problem on Android Could this check in `AdapterBase.cs` work? ``` if (device.State == DeviceState.Connecting) return; ``` I am thinking...

> hi. would it be possible to make a new package that has iOS 16 in it and the proposed fix? we are seeing a lot of crashes with this...

sure, i will. the problem is that it is very hard to replicate and i have seen a couple of issues opened about NSURLSessionHandlerDelegate with either NullRefException or CancellationToken -...