#robert_iOS_EVcharge

1 messages · Page 1 of 1 (latest)

vapid muskBOT
shut ridge
#

You can use AWS secret key manager or add them in an .env file

charred linden
#

I am implementing for iOS. They are secured fine on the server already.

#

I'd rather not include any keys inside my app bundle.

shut ridge
#

In general the keys do not lie around in the code.

charred linden
#

I have no idea what you mean. that is not helpful.

#

An iOS or Android app could be disassembled and someone could get the key.

shut ridge
#

If you put the keys hard in the code yes.

swift portal
#

Hello! Stripe publishable keys are designed to be public, and are safe to share.

#

Stripe secret keys are the ones which need to be kept safe and not included in an app.

charred linden
#

Ok, so when we go to prod I can include it in the bundle for iOS/Android and get the paymentintent/client secret from the server.

#

Thank you.