-
Notifications
You must be signed in to change notification settings - Fork 677
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
Update for iOS 9.0 #67
Comments
Hey @AnotherCoolDude, could you post some of the warnings that you are getting so that we can investigate the issues? 😎 |
Hi your using "writeImageToSavedPhotosAlbum" this function deprecated in ios 9.0 need to use "creationRequestForAssetFromImage" in case of IOS 9.0. This function is available in ios 8.1 |
Update repository and remove deprecated functions like this. Use photos framework in case of ALasset Library |
@sairamkotha, thanks for the additional info, we will have a look 😎 |
Implemented in #68. You are going to have to use the branch |
Library has not been updated for iOS 9.0. There are no errors, but a bunch of warnings :)
The text was updated successfully, but these errors were encountered: