我们使用 iOS 私有框架MobileInstallationInstall
,它在 iOS 5 中运行良好,如下所示:
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。
有人可以帮助我吗?非常感谢...