我一直在努力地試圖上傳水印和高分辨率的圖標圖像到微信API,同時註冊爲iOS應用程序,這裏是發生了什麼: 這裏檢查網站: http://developers.wechat.com/ 我嘗試不同的方法上傳28 * 28 PNG透明與否和灰度,其真煩人,它不會去任何地方,並加微信支持,他們是如此不responding.and高分辨率圖標具有同樣的問題。 錯誤總是:Unable to set the i
我的代碼如下 - Intent prototype = new Intent(Intent.ACTION_SEND);
prototype.setData(uri); // uri is of the image file
prototype.setType(image/*);
prototype.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION)