NSURL *imgPath = [[NSBundle mainBundle] URLForResource:@"mycert" withExtension:@"cer"];
The above code works fine with image or other media resources but returns NULL with .cer file!
Any help will be highly appreciated.
NSURL *imgPath = [[NSBundle mainBundle] URLForResource:@"mycert" withExtension:@"cer"];
The above code works fine with image or other media resources but returns NULL with .cer file!
Any help will be highly appreciated.
Copyright © 2021 Jogjafile Inc.