Does nayone know what mobile app dev platform Monzo use? I’m particulary interested in the way they integrate their chat capability for a research project.
What platform in Monzo built on?
Liam_W
#3
Pretty sure Monzo use the native tools for developing apps - XCode & Swift for iOS, Kotlin for Android (I’m not sure which IDE they use for Android, or even if there’s a standard one of if all the devs choose the one they want to use).
They use Intercom for the chat system
Liam
MRMR
(Marcel Ruhf)
#6
What @Liam_W said, with Android Studio (provided by Google) likely being the IDE of choice. Chat functionality is provided via Intercom, as @icedcoffee said above.