How can I go from my app to moodle application with deepLinking like bellow?
My moodle application android is customize(I have my domain, username and ...)now I need to redirect user from an application to moodle application android.
Like this link
I need to a sample. Thanks
Related
I have used Website 2 Apk builder pro for conversion of my flask app hosted on heroku. It uses auth0 of google. It is working like a charm in web but when I am using app with webview the auth0 google page is opening without retrieving all the saved google user. It is again asking me to sign in. So is there any way to use in the same way like other app uses it. Like native app uses it. Please tell me how to do that.
We have created two AzureAD apps to support AzureAD authentication for our Smartsheet application: a Web app for authentication from our web app and a Native app for authentication from Android/iOS native apps.
When logging into Microsoft Azure Application (https://account.activedirectory.windowsazure.com/applications/default.aspx) we see two apps: Smartsheet and Smartsheet Native (see attached screenshot)
Microsoft Azure Application
Question 1: we would like to get rid of "Native" in the name of the second app. Initially we had named the app "Smartsheet Native" and removed Native from the name, but it still shows up here. Where would I edit this.
Question 2: For the Web app we have an App Url configured and when clicking the Smartsheet app we are redirected to our Smartsheet application. When clicking on the Smartsheet Native app we get an "something went wrong..." error. Is there a similar configuration we can set for the Native app or what is clicking a Native app supposed to do?
Q1: You can push it on support, looks like some cache - I will try to ask around for it. Also - this is client access site only for SSO to applications. your users will never use it this way anyway. Unfortunately there is no way to hide it from MyApps portal right now if user is assigned to the application (I bet you have made it available for all users).
Q2: This is Native app and it is configured to redirect user to URI on your mobile device. Then mobile device is handling response with a token on your device, that's how it is being handled to redirect response to correct application. It will not work here as you expect - I mean native apps are not meant to be used in MyApps portal as a redirection for a users. Native apps are for native apps and URI is handled on the device. your browser probably don't know how to handle the URI you have entered there (it is URI not URL - small but significant difference)
Here you will find information how to configure it when native app is using ADAL - https://learn.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-how-to-configure-active-directory-authentication - don't know exactly how your app is being built
I'm developing an Android app that will send invites to the user friends via facebook's notification. I'm trying to make this notification open a url instead of the native app. I've tried disabling the single sign on and it works but instead of opening my page the app opens the browser version of the facebook so the user can sign in. That's not a good experience.
On iPhone it works very well. If I click on the notification from my native facebook app, it opens the mobile website I configured on my app's dashboard (I haven't configured any native iOS app yet, maybe that's the reason).
Does anyone know the best way to do this?
Thank you very much.
Is it possible to Open a Facebook Web App into native facebook app from any browser?
I have a mobile website where I need to place a button "Launch Facebook App".. When user click this button, I want to open my mobile web app inside native facebook app.. I've tried few scheme like fb:// but it only opens up the facebook app in iphone.
Summary: No it is not possible to open a mobile web app into the native facebook app's webview.
On iOS there are some unofficial URL schemes available to open the native facebook app (and some special pages) via a simple browser link, e.g.:
Your FB Profile
More schemes: http://wiki.akosma.com/IPhone_URL_Schemes#Facebook
Apparently there is no URL to open a web app into the webview of the native facebook app.
On Android there is no possibility at all to open the native facebook app via the browser.
If I have made a Facebook Application with php, can I integrate it with iPhone/Android or cross platform application so that I don't need to build another server/database and native code?
You can create a basic web service for your php application if you need it to communicate with a native-code app on Android or iOS. You should consider making a mobile web app on Facebook if you don't want to write native code. See https://developers.facebook.com/docs/guides/mobile/ for details on getting started.