hi , im trying to develop app by using blockstack mobile sdk, i followed the github instruction https://github.com/blockstack/blockstack-android/blob/master/docs/tutorial.md and its redirecting me to blockstack global browser . how do i redirect to my app or some other localhost which is running on my laptop(can we do this? )
No you can’t. You have to set up Blockstack browser in the web browser on your device.
1 Like
Thanks @larry and it will be great, if you can point us to respective doc or steps.
Also is there any ways for us to integrate Gaia Hub with Mobile SDK, so I can store user data using GAIA.
You can already use Gaia storage in mobile apps that use the iOS or Android SDKs. Both platform SDKs have putFile
and getFile
functions that function similarly to the methods in blockstack.js
.