Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Converting uiimage to stream?

$
0
0

i am using buddy sdk

client.CreateUserAsync("username","password").ContinueWith(r => { var user = r.Result;

// upload a profile photo
Stream photoStream = GetSomePhoto();
user.AddProfilePhotoAsync(photoStream);

});

this sample tells me how to add profile picture, i try with every way but when i try to use this code

        var img = loginImagePicker.Image.AsPNG().AsStream(); 
        var hu = await user.AddProfilePhotoAsync(img);

it gives me over array problem

any advice?


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>