#appsec
Read more stories on Hashnode
Articles with this tag
The safest way is to keep your API keys server side. But if you have a library that's useable offline and it requires a license key to unlock, you...
When creating a Swift class or actor, if you don't intend to override any of the functions in that class you should use the final keyword. Here's an...
We have been drilled that we should strip debugging symbols before releasing our app on the App Store. Apple even does this automatically for us in...