7
我們使用的iOS專用框架MobileInstallationInstall
,它在iOS 5中工作得很好像這樣安裝IPA文件:如何以編程方式在iOS 6中
typedef int (*MobileInstallationInstall)(NSString *path, NSDictionary *dict, void *na, NSString *path2_equal_path_maybe_no_use);
int result=pMobileInstallationInstall(ipaPath,[NSDictionary dictionaryWithObject:@"User" forKey:@"ApplicationType"],nil,ipaPath);
但是,在iOS 6中,這種方法(pMobileInstallationInstall
)總是返回 - 1。
有人能幫助我嗎?非常感謝...
該解決方案仍然有效?我已經嘗試過,但沒有工作 –
@mihirmehta你好,這個解決方案的工作,因爲它總是返回我-1。任何建議?在iOS6上的 –
它不起作用 –