#vmoscone

1 messages · Page 1 of 1 (latest)

little sandBOT
stray niche
#

Is there a specific thing you are trying to figure out compatibility-wise?

slender moon
#

We saw that there was a new release on the Android SDK (20.22.0). In a certain way we wanted to know if we need to modify something on the backend side.

#

Seems reasonable they must be in sync but we don't know exactly at which level of precision.

#

Or maybe they are independent of each other

#

(and that's fine too)

stray niche
#

Yeah they should be independent as far I am aware. Usually you are just passing things like the ID for an intent or an ephemeral key

slender moon
#

yep!

stray niche
#

Yeah so in that case unless the new SDK version needs you to pass some new kind of ID you should be good

#

We have a changelog here, API versions mostly determine what properties and arguments are available for objects and calls. And those mostly matter for the specific API call that you are making, the same object will be created on our side https://stripe.com/docs/upgrades#how-can-i-upgrade-my-api

slender moon
#

Well, there's always a QA process after changing those dependencies (on our side).We will surely be able to detect if there is a problem. Great! Thanks for your time @stray niche

stray niche
#

Awesome, glad I could help clarify a bit