獲取「錯誤無效參數source_url」(值/var/mobile/Applications/DB373DAD-8D47-.....A5/PintItDemo.app/shareImage.png)不是有效的URL格式。「從捆綁軟件共享圖像獲取無效url格式
我只是想從我的Pinterest.so設備圖釘圖像我剛纔檢索圖像的URL從一個NSBundle資源,並通過該路徑如下
NSString* stringURL = [[NSBundle mainBundle]pathForResource:@"imageToPin" ofType:@"png"];
[_pinterest createPinWithImageURL:[NSURL URLWithString:stringURL]
sourceURL:[NSURL URLWithString:stringURL]
description:@"Pinning from my app"];
感謝回覆但是我需要從我的設備分享,而不是從server.then如何使有效的網址? – user3475150
請參閱我已更新我的答案。 – P5Coder