Abhi

Results 9 comments of Abhi

I am also looking for share link with file

SKBitmap bitMap = SKBitmap.FromImage(SKImage.FromEncodedData(new MemoryStream(mediaFileBytearray))); Does not work using SKImage too skia version 2.80.3

We are getting "Value cannot be null" error on Android while creating bitmap. ` SKBitmap bitMap = SKBitmap.Decode(new MemoryStream(mediaFileBytearray));`

Same error even from SKimage SKBitmap bitMap = SKBitmap.FromImage(SKImage.FromEncodedData(new MemoryStream(mediaFileBytearray)));

Fix by blocking multiple calls to share method. Example you have image share button & user clicks it multiple time.

1. I got answer for Appcast, it is automatically supported for iOS & Android 2. Also got answer for update button, updater will take care of navigating to Play Store...

@thakanoduncu @dtaylorus We are still facing this issue, am I doing something wrong ? `Android.Gms.Ads.Hack.RewardedAd.Load(Application.Context, ApplicationConstents.Instance.AdMobRewardAdUnitID, requestbuilder.Build(), rewardedAdLoadCallback);` ``` public class RewardedAdLoadCallbackCustom : Android.Gms.Ads.Hack.RewardedAdLoadCallback { Android.Gms.Ads.Rewarded.RewardedAd rewardedAd; public RewardedAdLoadCallbackCustom(Android.Gms.Ads.Rewarded.RewardedAd rewardedAd)...

Thanks @dtaylorus Below is my implementation, guys please suggest improvements. ``` public class AdMobRewardAdsService : IAdMobReward { static Android.Gms.Ads.Rewarded.RewardedAd rewardedAd = null; public AdMobRewardAdsService() { } Action action = (Android.Gms.Ads.Rewarded.RewardedAd...