I’m not sure your exact use case is possible in 1.3 since SMS API or mobile connection information is not available to third-party apps.
The only other thing I could suggest would be to use a web activity to bring up
the Communications App to send an SMS, but not sure if this really suits your
proposed use case.
var activity = new MozActivity({
name: "new",
data: {
type: "websms/sms",
number: "555123456"
}
});
[1] https://developer.mozilla.org/en-US/docs/Web/API/MozMobileICCInfo
On 10 Sep 2014, at 8:14 pm, Jai Pradeesh <[email protected]> wrote:
> Paul,
>
> Thanks for that. btw, I see this is implemented only in versions > 2.0
>
> Would you get me some other hack to make this happen in 1.3 (tarako, to be
> specific)?
>
>
> On Wed, Sep 10, 2014 at 11:48 AM, Paul Theriault <[email protected]>
> wrote:
> Take a look at the Mobile Identity API. I think this might suit your use case:
>
> https://wiki.mozilla.org/WebAPI/MobileIdentity
>
>
> On 10 Sep 2014, at 3:23 pm, Jai Pradeesh <[email protected]> wrote:
>
> > Guys,
> >
> > I'm working on an app where the User registration flow should be like
> > mentioned below,
> >
> > User installs the app and opens it for the first time. Irrespective of the
> > data availability, we need to alert the user to send the registration SMS
> > and then send it in the backdrop and somehow capture the mobile no of the
> > user.
> >
> > Need thoughts on implementation.
> >
> > --
> > :[Jai]
> > http://jaipradeesh.github.io
> > _______________________________________________
> > dev-webapps mailing list
> > [email protected]
> > https://lists.mozilla.org/listinfo/dev-webapps
>
>
>
>
> --
> :[Jai]
> http://jaipradeesh.github.io
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
