Coder Social home page Coder Social logo

Comments (5)

meomap avatar meomap commented on June 12, 2024 1

I tried a similar setup to send SMS within firebase messaging background handler and got error

MissingPluginException (MissingPluginException(No implementation found for method sendSms on channel plugins.shounakmulay.com/foreground_sms_channel))

flutter 2.0.4
firebase_messaging 9.1.1
telephony 0.1.2

Other plugins like shared preference work fine in firebase background handler except for this one.

I think this PR broke the expected behavior 29ffc33#diff-d8470fb64214119fb5a3045932e214b0be49e6852ef472b778f1e1334873d789R35

I guess the reason for this PR is to allow the incoming sms handler to calls telephony's methods but it made the foreground channel unavailable for another plugin usage.

from telephony.

arkanmgerges avatar arkanmgerges commented on June 12, 2024

Also my intention is to send sms from a background (when my app is not active), my use case is to receive push notification from firebase, then in the background I want to send sms

from telephony.

arkanmgerges avatar arkanmgerges commented on June 12, 2024

In my case, and because I needed to only send sms from (foreground and background), I've created a plugin on my local machine that does this (only on android), and I've tested it with FCM background function (from flutter), and it worked.
Maybe someone will make some fixes for the Telephony plugin.

from telephony.

christianr11 avatar christianr11 commented on June 12, 2024

I've got the same error "No implementation found for method sendSms on channel plugins.shounakmulay.com/foreground_sms_channel". Im using Android Alarm Manager to trigger it in the background but unable for it to get working.

from telephony.

shounakmulay avatar shounakmulay commented on June 12, 2024

Checkout version v0.1.3

from telephony.

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.