Git Product home page Git Product logo

Comments (4)

iggirex avatar iggirex commented on July 26, 2024 2

Fix - for iOS to detect 3rd party applications they have to be whitelisted in the info.plist file first. Explained pretty well in step 3 here https://kitefaster.com/2016/07/13/how-to-open-ios-app-with-custom-url/

Adding this to the README for this plugin could be helpful to future users.

from appavailability.

eduboxgithub avatar eduboxgithub commented on July 26, 2024

Thanks @iggirex for this information. It´s working now.

from appavailability.

josh-m-sharpe avatar josh-m-sharpe commented on July 26, 2024

Agree with @iggirex - Step 3 from that link solves the issue. Some notes about it should be included in the README.

Step 3 – Open one iOS app from another iOS app
Set up Whitelist
Use Xcode’s Project Navigator to open your app’s (the app that will be opening the app in step 1 above) Info.plist file.
Right click and select “Add Row”.
 Add the key: LSApplicationQueriesSchemes of type Array.LSApplicationQueriesSchemes
Press the + button to add a new Item.
Enter the custom URL Scheme you would like to open.
Repeat the above two steps for each additional app you would like to open.

from appavailability.

 avatar commented on July 26, 2024

Agree with @iggirex - Step 3 from that link solves the issue. Some notes about it should be included in the README.

Step 3 – Open one iOS app from another iOS app
Set up Whitelist
Use Xcode’s Project Navigator to open your app’s (the app that will be opening the app in step 1 above) Info.plist file.
Right click and select “Add Row”.
 Add the key: LSApplicationQueriesSchemes of type Array.LSApplicationQueriesSchemes
Press the + button to add a new Item.
Enter the custom URL Scheme you would like to open.
Repeat the above two steps for each additional app you would like to open.

Hi this is not working for me for IOS 13 :( or maybe i'm doing something wrong? Can you check if still works for you thanks

from appavailability.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.