How to secure API secret key?

Hi,

I working with api like Google translate or something like this for ios and macos app,

So, I need storage where can keep safe secret key. If not protect this key, i can pay large invoice by another user decompile source code or something like this.

Thank for your support,

Replies

As with all DRM questions, this represents a three-way trade off between security, binary compatibility, and coding time. This thread, and the thread it points to, has my take on that trade off.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"