iOS-Xamarin, branch.io, universal links Integration issue - xamarin

Am integrating branch.io to my iOS app which is being developed in Xamarin, without Forms.
Followed the steps mentioned in SDK integration.
Added the Branch Xamarin SDK as a NuGet package
branch_key added in Info.plist
Added URL scheme in Xamarin
Enabled Universal Links in branch.io portal
Added code for initialization and delegates for branch.io
Enabled Associated Domains in developer portal
Enabled Associated Domains in xamarin studio and added domains applinks:bnc.lt
Ensure that the correct build target is checked in the right sidebar.
Am not sure how to do that in xamarin. By default the Entitlements.plist file is specified in configuration.
Enabled Universal Links in branch dashboard
Specified bundle identifier and Apple App prefix properly.
Created a marketing link, and tapped the link from messages app.
Which routes to safari with a dummy page from bnc.lt, with option of 'Get the app'
Any information on this would be greatly appreciable. Thanks!
Tested in
Device: iPhone6S+, iOS9.1
Device: iPhone6s, iOS9.4
Update
We had a custom link label for the all the marketing links, which should be kept empty to support Universal Links. The format of the market link would be bnc.lt/«four-letter-identifier»/«link-hash»

I'm adding a note here to help anyone coming across this ticket and thinking they may have a similar issues:
The default Branch link domain for all apps until early 2016 was "bnc.lt." To support Universal Linking, all Branch apps using this bnc.lt domain had entries in a single Apple-App-Site-association (AASA) file. To uniquely identify apps in this AASA file, Branch relied on a four-letter alpha identifier in each link: https://bnc.lt/«four-letter-identifier»/«link-hash»
Branch allows partners to replace the "«four-letter-identifier»/«link-hash»" portion of bnc.lt links with custom aliases ("https://bnc.lt/mylink," for example), however doing so makes it impossible for the app to be identified in the AASA file - meaning that such links cannot function as Universal Links.
Branch introduced app.link domains in early 2016 to replace bnc.lt. The limitation regarding Universal Links and link aliases described here does not affect app.link domains.

Related

Dynamics 365 - imported solution is not listed as an app

Why is the customer service app from the imported unmanaged solution not listed on the apps page?
Steps to reproduce
Created a new environment in https://admin.powerplatform.microsoft.com/environments
Imported the solution from GitHub to the new environment in https://make.powerapps.com/environments
Clicked Publish all customizations
Browsed to https://[somethingdev].crm4.dynamics.com/main.aspx?forceUCI=1&pagetype=apps
I am following this guide on Youtube https://www.youtube.com/watch?v=OLwDzuCikCU from https://github.com/thomassandsor/CustomerService.
Expected result
That the imported solution is visible as a new app.
Actual result
The page only displays the default apps and not the new one that should be named CS.

How to register custom functions add in with different view in excel

I was trying to run the sample project with custom functions add-in using this link: https://github.com/OfficeDev/Excel-Custom-Functions.
I made sure that I meet all the prerequisites for running the project. I installed the certificates, and run the project successfully, but I'm stuck at step 3, of registering the custom functions add-ins by going to the insert tab and adding the respective add-in by selecting from the developer section. The problem I'm facing is that I have a different view and organization of options in my excel client application and I could not find the developer section from where I can register my Add-in. I'm attaching the images of the ribbon that I have in excel.
So if you will look into the images, you will see that there is manage my addins options, which will only show the add-ins that have been sideloaded manually but not the ones that were sideloaded using the script in this project. So I don't know where can I find the developer Section. Any help would be much appreciated. Thanks!
I'm also part of the Insider program which can be seen in the given image
If you're a member of the Office Insider program and are running Excel for Windows build number 10827 or later, the Insert ribbon should look like the following screenshot (with red rectangles highlighting the items you choose to register your custom functions add-in).
Have you joined the Office Insider program?
What build number of Excel for Windows are you running?
(Screenshot taken from the Custom Functions Tutorial).
So I fixed my problem after I found out that custom functions only works with the Insider Channel and not with Monthly Targeted, which I had beforehand. I got help from this link: https://answers.microsoft.com/en-us/msoffice/forum/all/create-custom-functions-in-excel-is-not-working-as/1ce500cc-8f83-421a-bb7c-2ae34027d444.

AEM 6.2 How to switch from classic UI to Touch

How can we switch from classic UI to Touch UI in AEM 6.2. I see documentation to switch from touch ui to classic but not other way round.
Site Wide
In system console (http://localhost:4502/system/console/configMgr) there is an OSGi configuration for WCM Authoring UI Mode Service. You can change the property of Default authoring UI mode to TOUCH.
Per User
Login as the user, navigate to Projects (http://localhost:4502/projects.html/content/projects), select the user icon in the top right hand corner, select the settings icon, ensure that Authoring Mode has Touch-Optimized selected.
Other Items
You should also ensure the OSGi config for Day CQ Root Mapping has the property Target Path set to /projects.html
Here is a short cut to switch between the two UI modes:
Open any page from Site Admin by default it will load in Touch UI Mode. The URL will be say http://localhost:4502/cf#/content/test.html. Now to switch to classic UI you would write http://localhost:4502/editor.html/content/test.html. Replace 'cf#' in the URL with 'editor.html'.
Three methods to do so are:-
[User Level]
[Global Level]Go to:-http://localhost:4502/system/console/configMgr
and choose WCM Authoring UI Mode Service
using cf# or editor.html
If your site is :- http://localhost:4502/content/geometrixx-outdoors/en.html
then
Classic UI :- http://localhost:4502/cf#/content/geometrixx-outdoors/en.html
Touch UI :- http://localhost:4502/editor.html/content/geometrixx-outdoors/en.html
Reference Adobe AEM Community posts:-
Link:-http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__isbp-hi_i_want_toope.html
Link:-http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__7rmk-i_was_askedtoconfi.html
I hope this will help you.
Thanks and Regards
Kautuk Sahni
Unfortunately, Classic UI has been more or less abandoned since 6.1 and won't likely be updated anymore as Adobe is trying to move away from ExtJS.
That said what you could do is add a custom button to the sidekick that would navigate to the TouchUI, which would involves adding the editor.html at the root of the URL of the page (and removing the #cf if it's there)
You can follow this link that gives an example on how to add a new function to the Classic UI sidekick.
https://helpx.adobe.com/experience-manager/using/creating-touchui-component1.html
Nate Yolles has produced a Chrome Extension that allows switching between modes amongst other things
https://chrome.google.com/webstore/detail/aem-developer/hgjhcngmldfpgpakbnffnbnmcmohfmfc?utm_source=chrome-app-launcher-info-dialog

Tuleap - Project Dashboard Missing

We are using Tuleap in our Organization, currently we are facing a serious issue.
We have created around 40 projects in Tuleap and all those were working fine, suddenly we find project dashboard is missing inside one of the project which was working well all these days. (i.e. the screen which appears once I click on any project from Personal Page).
The real problem is that I don't find that custom widgets option in one of the project, because of that I could not recreate card wall to the project dashboard.
The image below shows how the project dashboard appears now. You can see the custom widget option as well the cardwall are missing.
You talk about the project dashboard yet you have attached a screenshot of the project tree. Is it that you are redirected to the project tree when you click on the link to the project dashboard? Given that this only happens on one project, I would guess that the link has been badly configured (project administration -> service conguration). The pattern should be similar to the one in a valid project.
P.S. This is more of a user question than a code question so I would guess its place would be on superuser not stackoverflow.
P.P.S Nice custom homemade theme. There is a green flaming parrot theme you might want to check-out as an alternative (> Tuleap 7.0).

How to install a new Ghost theme on hostghost.io?

I just purchased a hosting of Ghost blog on http://hostghost.io and wish to change the theme from Casper theme to different one (i.e. Ghostwritter). I am able to download some from Marketplace (http://marketplace.ghost.org) but I cannot see any option at the hostghost.io administration that would allow me to upload it.
Any ideas?
At the moment, you cannot change the theme of a Ghost blog hosted on Host Ghost (http://hostghost.io).
The service is still in beta and the ability to change themes is scheduled for a future update. It's not prominently displayed on the site itself, but if you hit the button to sign up for the beta, the popup requesting your email, etc. you'll also find this in the column on the right:
Coming soon - (c. Nov 1)
• Access to FTP to manage & upload themes
They should mention it in their FAQ section.
Might want to look at your own hosted Ghost blog - plenty of guides listed at http://ghost.centminmod.com/how-to-install-ghost-blogging-platform/

Resources