Can you link myINTERACT to another app and open it?

Modified on Mon, 15 Mar 2021 at 04:54 PM

myINTERACT can be configured to launch another application as per the below code snippet:


(function () {
  'use strict';

  document.location = 'myinteract://';

  setTimeout(function () {
    window.location = 'https://itunes.apple.com/au/app/myinteract/id847449895?mt=8';
  }, 25);

  setTimeout(function (){
    window.location = 'ni-action:close';
  }, 500);
  
})();
<!-- Copyright (c) 2018 The Interact Technology Group.
THE CODE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
All rights reserved. -->


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article