We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第363页 重签名校验,提到 通过如下函数路径并读取其中的内容 NSString *provisionPath = [[NSBundle mainBundle] pathForResource:@"embedded" ofType:@"mobileprovision"]; 但是没有提到读取的方法 请问 如何使用OC的方式去读取embedded.mobileprovision?
The text was updated successfully, but these errors were encountered:
这个就是读取方法,其实可以判断有没有这个文件,App Store上架的是不会有这个文件的。
Sorry, something went wrong.
No branches or pull requests
第363页 重签名校验,提到 通过如下函数路径并读取其中的内容
NSString *provisionPath = [[NSBundle mainBundle] pathForResource:@"embedded" ofType:@"mobileprovision"];
但是没有提到读取的方法
请问 如何使用OC的方式去读取embedded.mobileprovision?
The text was updated successfully, but these errors were encountered: