Macrox

Results 7 issues of Macrox

I've try iOS and use bottom position but the tabbar display without safe area.

## Problem When I Use code below to create a bucket, it failed. ``` C# var client = new MinioClient() .WithEndpoint("s3.amazonaws.com") //.WithEndpoint("s3-ap-east-1.amazonaws.com") .WithSSL() .WithCredentials(envCred.AccessKey, envCred.SecretKey) //.WithCredentialsProvider(new AWSEnvironmentProvider()) .WithRegion("ap-east-1") .Build(); var...

官网只有安卓的绑定库例子,其他网上的iOS绑定使用以及很老了,求官方Xamarin+iOS的绑定库

DOC:[https://docs.jiguang.cn/jpush/server/push/rest_api_v3_push/#notification](https://docs.jiguang.cn/jpush/server/push/rest_api_v3_push/#notification)

参见:下面链接的`解绑设备与别名的绑定关系`: [http://docs.jiguang.cn/jpush/server/push/rest_api_v3_device/](http://docs.jiguang.cn/jpush/server/push/rest_api_v3_device/)

https://github.com/jpush/jpush-api-csharp-client/blob/4d98f204d5f7855e59ffc88c3412f5a82c3aca0b/Jiguang.JPush/Model/Notification.cs#L63

参考文档:https://docs.jiguang.cn/jpush/server/push/rest_api_v3_push/#notification 缺少字段:thread-id 另外:Notification.cs中的Indent应该是Intent