playMaker

Author Topic: Access phone through app  (Read 4794 times)

gamedivision

  • Full Member
  • ***
  • Posts: 227
Access phone through app
« on: December 20, 2012, 07:24:05 AM »
Is it possible to add a link to a name so when you push on that name it will automatically dial and call that number,what I'm trying to do is have a list of names when you push that name it will call them.or open the number in the phone then all u have to do is press call.


Thanks
« Last Edit: December 20, 2012, 06:20:17 PM by gamedivision »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Access phone through app
« Reply #1 on: December 21, 2012, 04:09:27 AM »
Hi,

 Application.OpenURL( "tel://5555551212" ) would work dixit Prime31:

http://forum.unity3d.com/threads/96227-Button-to-make-Phone-Call

bye,

 Jean

gamedivision

  • Full Member
  • ***
  • Posts: 227
Re: Access phone through app
« Reply #2 on: December 21, 2012, 06:00:33 AM »
Ohh thank you jean,I just wondered if there was a way through playmaker but either way I can use this,can playmaker send a premade text message at all

Thank you

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Access phone through app
« Reply #3 on: December 24, 2012, 04:44:06 AM »
Hi,

 then, you should use Prim31 Etcetera plugin or use a SAAS such as Twilio:
http://www.twilio.com/sms

bye,

 Jean