我正嘗試打開與UIApplication的一個URL,但是當我運行:創建canOpenURL總是返回FALSE
[[UIApplication sharedApplication] canOpenURL:urlToUpdate
URL以字符串和
NSString *urlStringToOpenEscaped = [urlStringToOpen stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
NSURL *urlToUpdate = [NSURL URLWithString:urlStringToOpenEscaped];
始終返回FALSE。
我檢查了可從iPad訪問的URL。
有什麼想法?
能告訴你我們的網址字符串(urlStringToOpenEscaped)? – BergP
肯定:'itms-services://?action = download-manifest&url = http:// address/App.plist' – xarly
看看這裏的第一個答案中的評論。它可能有幫助。 http://stackoverflow.com/questions/4695180/wireless-iphone-app-distribution-problem-with-itms-services-protocol – NikosM