Code Monkey home page Code Monkey logo

Comments (4)

rlepinski avatar rlepinski commented on September 25, 2024

Are you registering your own action? Could you provide that source?

Just reread the logs. So your custom action is probably working just not the ^u action, are you adding the urls to an allow list in your config?

from airship-flutter.

rlepinski avatar rlepinski commented on September 25, 2024

https://github.com/urbanairship/android-library-dev/blob/main/urbanairship-core/src/main/java/com/urbanairship/actions/OpenExternalUrlAction.java#L76

Both iOS and Android check for the allow list, so hopefully you have the rule on iOS defined but not on Android. To accept all, add urlAllowList = * to your config on Android.

from airship-flutter.

rsp-84 avatar rsp-84 commented on September 25, 2024

https://github.com/urbanairship/android-library-dev/blob/main/urbanairship-core/src/main/java/com/urbanairship/actions/OpenExternalUrlAction.java#L76

Both iOS and Android check for the allow list, so hopefully you have the rule on iOS defined but not on Android. To accept all, add urlAllowList = * to your config on Android.

This solved the issue! It appears I was using urlAllowListScopeOpenURL = *

Thanks for the help!

from airship-flutter.

rlepinski avatar rlepinski commented on September 25, 2024

That one would of worked too but the casing is wrong urlAllowListScopeOpenUrl

from airship-flutter.

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.