在为iOS注册应用程序时,我一直非常努力地将水印和高分辨率的图标图像上传到微信api中,下面是发生的事情:
查看这里的网站:
我试着用不同的方式上传28*28 png透明与否和灰度,它真的很烦人,它哪儿也去不了,再加上微信的支持,它们都不是responding.and,高分辨率图标也有同样的问题。
错误总是:Unable to set the icon,我的应用程序无法被验证。
我现在计划分享一些文本,并链接到手机上的SNS应用。我使用的代码如下:
Intent shareIntent = new Intent();
shareIntent.setAction(Intent.ACTION_SEND);
shareIntent.putExtra(Intent.EXTRA_TEXT, "the word i like to say");
shareIntent.setType("text/plain");
this.startActivity(Intent.createChooser(shareInt