Coder Social home page Coder Social logo

Comments (5)

olokobayusuf avatar olokobayusuf commented on July 30, 2024

It seems that iOS gets finicky, because we already define the NSPhotoLibraryUsageDescription which is supposed to cover both reads and writes:
https://github.com/natsuite/NatShare-API/blob/9f90ccf89515307439ba8a425b2dc318551c2df7/Assets/NatShare/Editor/NatShareEditor.cs#L15-L19

I'll replace it with the Add.

from natshare.

luizjunior avatar luizjunior commented on July 30, 2024

Yes but should add also: NSPhotoLibraryAddUsageDescription

NSPhotoLibraryAddUsageDescription
NSPhotoLibraryUsageDescription

they are slightly different.

from natshare.

olokobayusuf avatar olokobayusuf commented on July 30, 2024

That's what I'm saying. See my post above.

from natshare.

luizjunior avatar luizjunior commented on July 30, 2024

Yes, it's strange but if we check the documentation I understand the following:
NSPhotoLibraryAddUsageDescription: If you want to save a photo/image to your Photo Library. For iOS11 and +

NSPhotoLibraryUsageDescription: If you want to access your Photo Library. For iOS10 and +

https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW73

It seems that since iOS 11, NSPhotoLibraryAddUsageDescription is used to WRITE and NSPhotoLibraryUsageDescription to access (I believe they mean access = READ).

Anyway, it's crashing on iOS (13.1.3).

I've added NSPhotoLibraryAddUsageDescription to my last build and it's ok now.

keep with the good work

from natshare.

olokobayusuf avatar olokobayusuf commented on July 30, 2024

c2d6ae4

from natshare.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.