Results 33 comments of Fatih Taşdemir

@SleeplessByte Thanks for your solution. This link also shows how to do it on iOS https://developers.google.com/identity/sign-in/ios/start-integrating

@SleeplessByte Yes you are right. I have a bare RN project that's why i could change scheme from Xcode. ``` native: Platform.select({ android: `com.googleusercontent.apps.${GOOGLE_GUID_FOR_ANDROID}:`, ios: `com.googleusercontent.apps.${GOOGLE_GUID_FOR_IOS}:`, }), ``` this part...

Hey everyone. I would like to discuss the issue. I am planning to build a mobile dApp using React Native and the app itself requires a wallet connection. I have...

@jordansexton Hey! Yeah, I can build something as a kind of an MVP version in a dedicated repository but before that, I'd like to discuss how that could be done...

@jordansexton The deep link solution seems possible to implement but in that case, it seems like we should define an app-to-app communication structure with the wallet provider app developers. I...

> I think the first step is to do some research on what technical solutions are available and the tradeoffs they have and then define a spec proposal to gather...

> I agree that this should be supported. But thinking beyond the crypto native crowd, jumping between two apps twice (to connect then sign a transaction, and for every transaction...

Hi. I did lots of research about inter-app communication, WalletConnect, actions/intents on Android, and Safari web extensions. Let's start with actions/intents on Android: It looks like it can be used...

> I agree that this should be supported. But thinking beyond the crypto native crowd, jumping between two apps twice (to connect then sign a transaction, and for every transaction...

@akelaholmes Can't say there is no way. Deep linking can be used still