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

Update for iOS 9.0 #67

Closed
AnotherCoolDude opened this issue Dec 7, 2015 · 5 comments
Closed

Update for iOS 9.0 #67

AnotherCoolDude opened this issue Dec 7, 2015 · 5 comments

Comments

@AnotherCoolDude
Copy link

Library has not been updated for iOS 9.0. There are no errors, but a bunch of warnings :)

@zenangst
Copy link
Contributor

zenangst commented Dec 8, 2015

Hey @AnotherCoolDude, could you post some of the warnings that you are getting so that we can investigate the issues? 😎

@sairamkotha
Copy link

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

@sairamkotha
Copy link

Update repository and remove deprecated functions like this. Use photos framework in case of ALasset Library

@zenangst
Copy link
Contributor

zenangst commented Dec 8, 2015

@sairamkotha, thanks for the additional info, we will have a look 😎

@RamonGilabert
Copy link
Contributor

Implemented in #68. You are going to have to use the branch development to have no warnings. Also deleted the warnings in the Demo. :)

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

4 participants