Back
Moin

Wait, secure your API-key - you wanna tell me, you have one key, need to secure it and it is public?
I juste stumbled upon this:

Simple (dumb?) but very important question to all #Swift, #SwiftUI, #ObjC developers using #Xcode:
How do you secure your API keys?
It's clear that they don't belong hardcoded in the app. But how do you secure your keys?
Whether hardcoded or via Config.plist with a hex editor, they can be extracted from a binary. So what is the "right" way?

Public is public. You may obfuscate some things somehow, but it still will be public.