Branch io change subdomain - ios

I have a functional product of iOS App, with the domain that branch.io give me, and works very well.
Name is for example: t55s.app.link But the client said me that is possible to change t55s for other characters,
for example: demo.app.link If possible?, When put “demo.app.link” in the app custom domain, is ok but the link https://demo.app.link.abc/XXX link said me “file not found”.
How to put custom domain?

Alex from Branch.io: absolutely. Take a look at the documentation page for changing subdomains

Related

Umbraco URL issue with Vorto

I am using vorto plugin in my Umbraco 7 application to achieve the multilingual capability.
I mentioned the URL in hostname as 'localhost/clientname/en'.
Whenever I open login page the URL which is getting form is 'http://localhost/clientname/en/login'.
This is the structure of vorto URL writing.
But can I achieve it like 'http://localhost/clientname/login/en' ???
I want language names at the end of the URL, not in between.
Is it possible ?
Please help....i am badly stuck in my project task !
It sounds like you need a custom URL provider, setting the domain to 'localhost/clientname/en' will mean that the URLs will always get added AFTER the language part as the host is always the first part of the URL.
Have a look at this article on URL providers and content finders: https://24days.in/umbraco-cms/2014/urlprovider-and-contentfinder/ it's quite old, but it should still work. That should give you an idea of how to make it work. Basically you want the URL provider to append the language to the end of the URL, and the content finder to strip the language from the end and then find the actual content. You can also then set the language of the current thread in the content finder so that Vorto and Umbraco are using the correct language based on the URL.

How to create universal link

I have domain name and deployed the apple-app-site association file on sever as well.In web site I don't have much functionality , I will send a mail to all user that will have the dynamic link. How to create the dynamic link ??
There is no special way to create a Universal Link. If you have registered the domain with you AASA file then any link with that domain that follows your AASA paths will open your app. You can just dynamically create urls with yourdomain.com as the domain and they should work accordingly. As Abhishek commented earlier, I'd highly recommend using Branch since you can easily bulk create links and the links are much stronger than stand alone Universal Links. They also have a web SDK that can generate links.

Universal links with IP Address

I have implement Universal Links in my project, but the testing server do not have domain name.
By following the steps from official documentation:
https://developer.apple.com/library/ios/documentation/General/Conceptual/AppSearch/UniversalLinks.html
I fill in "applinks:{ip address}" into Associated Domains, but it not work.
Is there must use domain name for Universal Links feature?
Unfortunately, Universal Links are resolved during domain name resolution so they will not support bare IP addresses.
Yes, you'll need to fill in a domain name here - this should be the domain or subdomain you're wanting to use for Universal Links. You can also verify your domain with this tool to make sure it's serving https etc, and see your app's bundle identifier there:
https://limitless-sierra-4673.herokuapp.com/
I hope this helps!

AngularJs Routing | don't change URL

I am developing an App that uses the AngularJs Router.
So my URLs look like that:
appName/viewOrders
My problem is, when I refresh the browser with F5 I get an 404 Error. (Because there isn't a folder or even file named viewOrders)
I can't redirect it via a config file because I am not able to use one in the environment where I am developing (An Sharepoint 2013 App).
So I came to this idea:
When I click the navigation, the Url doesn't change and stays at
/appName
But the view does it.
How can I achieve it? Have I to use the ui-router?
If you have restricted access and are unable to use the answer #tommyd456 (which it sounds like that may be the case), another option is to omit the url completely using stateProvider (ui-router).
Angular ui-router: Can you change state without changing URL?
Not sure if you've solved this issue but here's a potential solution anyway...
You're using HTML5 mode so you need server-side rewrite as explained here: https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions#how-to-configure-your-server-to-work-with-html5mode
However, it sounds like you've got restricted access to a server so why stop HTML5 mode.
Don't hack at it like you're suggesting - that could get nasty.

Remapping URLS in web.config

I need to add a term to the URL's within a sub-directory of a website I'm working on to boost/enhance SEO. For example, http://www.domain.com/shop/product/ should go to http://www.domain.com/shop/product-SEO/ instead. I need to set this up in web.config and looked at examples on here but couldn't find anything similar. Any help?
The feature you are looking for is called URL Rewriting.
You should have a look at the following link, it will provide everything you need:
http://msdn.microsoft.com/en-us/library/ms972974.aspx

Resources