viezel / TiSocial.Framework

iOS6+ Social.Framework. Appcelerator apps are able to share content to Facebook and Twitter.
MIT License
259 stars 102 forks source link

Crashes on click of save image #171

Closed jsrsonu closed 6 years ago

jsrsonu commented 6 years ago

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

jabele commented 6 years ago

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?
jsrsonu commented 6 years ago

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