viezel/TiSocial.Framework

Crashes on click of save image

Closed this issue · 2 comments

When we click on save image of list view image then it crashes without any error log.Has anybody faced the same.?

I had the same issue and discovered I was missing a key in my tiapp.xml. You have to have both NSPhotoLibraryUsageDescription AND NSPhotoLibraryAddUsageDescription. The second one isn ew to iOS11:

NSPhotoLibraryUsageDescription
Can we save to your library?
NSPhotoLibraryAddUsageDescription
Can we save to your library?

@jabele - Thanks a lot for quick answer.Its working now.