- Home /
Question by
mandelduck · Apr 22, 2016 at 07:00 AM ·
androiddataintenturl schemes
Open another app with intent url on Android
Hi I have a unity app which needs to get some data from an Android app on the same device,
The dev of the android app said I need to call this url which should open the app up get the data and then return to my app.
intent://#Intent;scheme=indiewallet;package={THE-ANDROID-APP};S.source=getaddress?success={MY-APP_URL_SCHEME};end
If this link is opened from the android web browser it does open up the app, however when I open this url from my unity app using Application.OpenUR, nothing happens.
Am I doing something wrong?
Thanks
Comment
Hi @mandelduck , see this blog it may help you to launch any other app in android and ios... http://unitydevelopers.blogspot.in/2017/06/launch-any-app-from-unity-android-ios.html