Skip to content
New issue

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

We still facing deprecation warnings #452

Closed
hirbod opened this issue Mar 23, 2015 · 2 comments
Closed

We still facing deprecation warnings #452

hirbod opened this issue Mar 23, 2015 · 2 comments
Milestone

Comments

@hirbod
Copy link
Contributor

hirbod commented Mar 23, 2015

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

@wf9a5m75
Copy link
Member

@wf9a5m75 wf9a5m75 added this to the v1.2.5 milestone Mar 25, 2015
@hirbod
Copy link
Contributor Author

hirbod commented Mar 25, 2015

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants