How to change the default URL into custom URL in Mendix? - url

Can any one please tell me that how change the default URL (Example: http://localhost:8081/index.html?profile=Responsive ) into a Custom URL(Example: http://localhost:8081/UserName/) without any license in locally or cloud Mendix(Low-code platform)?
NOTE: UserName in the sense logged user’s Name.
Thanks in Advance!

You could try the widget Set Url from the Appstore. https://appstore.home.mendix.com/link/app/65083/
This allows for dynamic url's. Also checkout the DeepLink module from the Appstore for more possibillities.

Related

Path Variable In Custom URL Scheme Using Branch.io?

I'm having a problem for deeplinking in iOS when the user haven't installed the app. I can't use universal link because the link that's access by user will be a redirect link to the link that have the AASA file. The link that'll be clicked/accessed by user is "deeplink.example.com/{input}" which will redirect to "api.example.com/api/v3/deeplink/{input}", so I can't use universal link, so that endpoint will redirect to URL Scheme instead, like myApp://deeplink/{input}.
I can't find a solution for this problem when user haven't installed the app while still using url scheme, so I'm thinking instead of redirecting it to url scheme, i'll put the url scheme in branch.io and redirect the endpoint to branch.io, like branchdeeplink.com/{input}.
The problem is, can I pass the the input in branchdeeplink.com/{input} to custom url scheme in myApp://deeplink/{input} using branch.io?
A Branchster here -
Passing in query param in the URI scheme as in the example shared is currently not possible. Since you can already attach custom data to your deep links we don't support query params for URI schemes. When you are creating your links you can add
$deeplink_path = product/123
Since Branch automatically appends URI scheme to your links, when the link would open your application like this -
yourUriScheme://product/123
which you can use for in-app routing.
When the users don't have your app installed, they'd be routed to either App Store or the URL specified under iOS redirects in the Configuration Section of Branch Dashboard.

How to handle the redirected uri in ios for google sign in programmatically?

I am currently doing a task in which i need to implement google sign in programmatically. I am passing the client id in the custom uri scheme and present it through svc. When i do authorization, google is not returning to my app instead it opening google.co.in page. I can get the uri in the open url method of app delegate but i don't know how to handle it and open my app instead of google.co.in page. Can someone help me to resolve it programmatically? since i should not use any predefined libraries here. Thanks in advance!
Are you using Google SDK ? If so then you should've created an App on console.firebase.com , get you redirect URI from there and add it in you info.plist. It's not returning because it's not finding the redirect URI.

Update App to add redirect url

I registered my app, but didn't provide a redirect url. Now my app has been approved, but I have no way to edit so I can add it.
Please let me know how I can add my redirect url to the sound cloud api settings for my app.
Thanks
best way is to edit the code and deploy new package it will work.
You'll need to get in touch with SoundCloud Support to do this: support#soundcloud.com.

LinkedIn iOS SDK Bundle Suffix

So, I have multiple bundles identifiers on my LinkedIn App Account. For each one of them, I've also created an URL Suffix Schemes.
The way I'm setting my URL types is like li{appID}{suffix}, where {appID} is the Application Id number as provided on LinkedIn and {suffix} is a short string I've defined for my app.
The problem is: LinkedIn apparently doesn't recognize the suffix and chooses any app that has li{appID} set as an URL type. Is there any way I can fix this?
Thank you,
Try formatting your types like: li{appID}-{suffix}
I have try given types like: li{appID}-{suffix}
But not getting callback from linkedin to my app.
If you're using url scheme suffix, make sure it is specified in the Info.plist. The key should be "LISuffix" and the value should be the suffix. Also, register a url scheme with the format li(appId)-(suffix).

how to create An app in twitter?

I'm new in this ... I followed this steps
http://iag.me/socialmedia/how-to-create-a-twitter-app-in-8-easy-steps/
but i don't know what's the exact URL i should write it ? i found different URLs on different examples .. but i don't have one !
and i read if i don't have URL yet i should put placeholder !! what's the placeholder ?
and what's the callback URL
i hope someone help me on this .
While creating app in twitter you have to specify your website URL, if you dont have any you can put any URL which refers your identity (like linkedIn public profile URL).
Coming to the callback URL, it tells where to navigate right after login with twitter credentials in your app.
Hope it helps you.
Create a Twitter Appliation here with the Read and write access permissions and Organization or personal website for callback url in Application.

Resources