I want to launch an App from an existing app. I only have the name from the app i want to launch. Like com.example.app
By searching the internet, I only find examples for opening a Mail App.
Can someone help me?
Related
I want to know if I could open another app by one shortcut it has in Xamarin .Please help me.
I know how to open external app, but don't know how to get shortcut information on how to open the app by the shortcut.
I have app that uses share_plus package to share files from the app. It also allows other apps to share files into it. So when you press share in your device files the app shows up as an option.
But when sharing file from the app I would like to hide app itself in the native dialog that pops up. Is that possible ?
I tried looking for solution but couldnt find if this is possible.
I tried almost all the methods that displayed regarding the query and deeplinking, but none of them worked for me.
This is the type of the link which is to be opened from an android browser
"http://www.udmy.com/view?jb_id=J091107"
How can I start specific activity of my application passing "jb_id=J091107" if this URL is accessed from mobile browser?
Is it possible to get "jb_id=J091107" ?
I also want to open playstore link if app is not installed in phone.
Thanks in advance
Good morning everyone,
I am facing an issue with both my Android and iOS apps. While they use webviews, we just had a requirement coming in to open the external browsers in order to reach our payment portal. For iOS especially, as part of the iOS guidelines this is preventing my app from getting accepted unfortunately.
I know how to open the browser externally, however I cannot close it as easily. It seems to boil down to it being a different application all together opened from either my android or iOS code. In this aspect window.close() or something similar does not work.
My question is, is there a trick to it using custom url schemes, all I am trying to achieve is to press a button in my external browser and close said browser which would bring my app back to front.
Or is there some kind of custom intent library for android which could help me achieve the same result.
Any hint would be appreciated, as my research so far as not been very fruitful.. Thank you in advance.
I'm looking for the easiest solution to the following scenario:
I've developed a web app.
I need to send an sms with link+parameters for a unique user's registration.
BUT I want the link to direct to a native app installation that will install an app icon on home screen, and all this native app has to do is open the link to the web app.
By that I can avoid the Awkward solution of using bookmarks in android.
I know nothing about mobile app programming, so by easiest I mean: Either very basic tutorial, or a working native app that I can just change the URL and resubmit it as a new Native app.
or Any other easy suggestion