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
Seems like the if/else
if ([PluginUtil isIOS7_OR_OVER]) { decodedData = [[NSData alloc] initWithBase64EncodedString:tmp[1] options:0]; } else { decodedData = [NSData dataFromBase64String:tmp[1]]; }
still throws a deprecation error. I guess there need to be something more runtime-stable or we will have compiling errors later
The text was updated successfully, but these errors were encountered:
Patch for #452
1544e09
http://stackoverflow.com/questions/21494788/initwithbase64encoding-is-deprecated
Done db0783a#diff-0f995cdc9daa8ae3dfc78c6a10b75e0dR385
Sorry, something went wrong.
👍
No branches or pull requests
Seems like the if/else
still throws a deprecation error. I guess there need to be something more runtime-stable or we will have compiling errors later
The text was updated successfully, but these errors were encountered: