Linked Questions

6 votes
1 answer
5k views

I am trying to have my application launch when the user browses to a certain url. I have found a few examples and they all have the same things in the manifests but it's not working for me. I have put ...
Arcane Feenix's user avatar
5 votes
1 answer
3k views

I have implemented deep linking into my android application, Everything is working fine except for getting query parameters from the URL. I am following the instructions at this link to get ...
shivam's user avatar
  • 485
8 votes
2 answers
18k views

Can anybody please tell me how to open android application from URL in android. I am using following method to open application in android but it doesn't works for me. <data android:scheme="...
Jayeshkumar Sojitra's user avatar
6 votes
2 answers
8k views

I have a specific URL that I want redirected to a specific activity in my app from a webview with an intent filter. How to implement my very own URI scheme on Android described how to do this for a ...
maxko87's user avatar
  • 2,940
4 votes
3 answers
4k views

I am new to windows phone app development. Is it possible to open windows phone app via browser url. If possible, please someone help me. How to implement my very own URI scheme on Android please ...
user3796642's user avatar
2 votes
2 answers
2k views

I have a requirement to open the native version of the hybrid app (.ipa/.apk/.appx) when the hybrid app is requested in a device browser. I am able to detect the environment using WL.Client....
user3107490's user avatar
0 votes
2 answers
5k views

I have a problem with implementing user authentification in a WebView. As API Docs say, I need to load URL "http://example.com/?key=abc" then User enters his login & password and then he's ...
Groosha's user avatar
  • 3,117
1 vote
2 answers
3k views

Suppose a user forgot their password and requested an email link to reset it. The email could contain a URI link to reset their password. If this is a URI for a register URI scheme in Android or iOS, ...
user48956's user avatar
  • 15.9k
1 vote
1 answer
4k views

Basically I have the same question as described in How to implement my very own URI scheme on Android I followed the instructions from the answered questions and added to my android manifest: <...
Timo Ernst's user avatar
  • 16.1k
1 vote
1 answer
5k views

i am trying to create a deep link for my app on facebook. All their examples have been written by people who like words a lot. If my app url is a.b.c and the app is called c what do i put in the ...
bharal's user avatar
  • 16.4k
1 vote
1 answer
4k views

I want to open the application when user enter a url. I saw this for an application. For example, if some one enter this url in the browser, a dialog opens and ask user to open the application or ...
mohamad bagheri's user avatar
1 vote
1 answer
3k views

I'm trying to start development on a Flex Mobile app that my company is developing in Adobe AIR (using Flash Builder). The app will initially be released for iPhone and Android, and eventually ...
CaptainStealthy's user avatar
1 vote
2 answers
2k views

I would like my application to launch when the user clicks on a link, for example, http://myapp.comwhich is embedded in an SMS message. I have followed this [solution] but it doesn't work for me. The ...
npittaya's user avatar
0 votes
2 answers
1k views

My requirement is, There is an advertisement in an email for a shoe, if I click on that ad, it should open my app directly and take me to corresponding page without asking any available option like ...
Sunita Mishra's user avatar
0 votes
1 answer
681 views

I wish to let my Andorid App handle custom URLs like shown in this question:How to implement own URI scheme. <activity android:name="MyActivity" android:configChanges="screenSize" ...
vitil's user avatar
  • 276

15 30 50 per page