Giter Club home page Giter Club logo

Comments (9)

brentvatne avatar brentvatne commented on July 4, 2024

you need to use a development build for these features :)

from expo.

DSp4wN avatar DSp4wN commented on July 4, 2024

@brentvatne development build? we cannot use it in playstore build?

from expo.

brentvatne avatar brentvatne commented on July 4, 2024

@DSp4wN - that works fine too. it just doesn't work in expo go.

from expo.

brentvatne avatar brentvatne commented on July 4, 2024

if you are encountering this in a production build you can check out resources like https://doordash.engineering/2022/01/25/your-deep-links-might-be-broken-web-intents-and-android-12/ to learn how to debug the issue

from expo.

DSp4wN avatar DSp4wN commented on July 4, 2024

I am using the eas build which is deployed on playstore but it isn't working @brentvatne , I made sure every configuration from intent filters in app json toll assetlinks.json in my web server along with valid sha256 from play console

from expo.

brentvatne avatar brentvatne commented on July 4, 2024

@DSp4wN - you can run npx expo prebuild -p android to inspect the android directory and verify that the config is applied correctly

from expo.

DSp4wN avatar DSp4wN commented on July 4, 2024

Yes I did prebuild after every step and this is how my intent filters look in android manifest (removed < since it wasnt being visible here) @brentvatne

intent-filter android:autoVerify="true" data-generated="true">
action android:name="android.intent.action.VIEW"/>
data android:scheme="https"/>
data android:scheme="exp+myappnetworks"/>
data android:scheme="com.myappmobileapp"/>
data android:scheme="https" android:host="www.myapp.in" android:pathPrefix="/viewp/.* "/>
data android:scheme="https" android:host="www.myapp.in" android:pathPrefix="/posts/.* "/>
data android:scheme="http" android:host="www.myapp.in"/>
data android:scheme="https" android:host="www.myapp.in"/>
category android:name="android.intent.category.BROWSABLE"/>
category android:name="android.intent.category.DEFAULT"/>
/intent-filter>

from expo.

DSp4wN avatar DSp4wN commented on July 4, 2024

Please help me over this

from expo.

brentvatne avatar brentvatne commented on July 4, 2024

@DSp4wN - you may be able to get help on discord: https://chat.expo.dev/

github issues are for demonstrable bugs, it seems like in your case there is likely just some missing piece of configuration. i'm not very familiar with this particular configuration myself so i can't help there

from expo.

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.