Hi,
I recently started developing an app with the idea of publishing it in the jolla store when it’s done. So I’ve been reading up on the conditions for that.
I’m using sailfishsecrets to store credentials (I don’t want to store credentials plain-text, obviously), which seems like a well-thought-out and usable approach to storing secrets (and even encrypting/decrypting other information that the app stores elsewhere on the device).
However, it seems that it is not on the allowed list of libraries to require? How am I supposed to use this service in my app then?
Cheers,
Koen