Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: gamedivision on December 20, 2012, 07:24:05 AM

Title: Access phone through app
Post by: gamedivision 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
Title: Re: Access phone through app
Post by: jeanfabre 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 (http://forum.unity3d.com/threads/96227-Button-to-make-Phone-Call)

bye,

 Jean
Title: Re: Access phone through app
Post by: gamedivision 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
Title: Re: Access phone through app
Post by: jeanfabre 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 (http://www.twilio.com/sms)

bye,

 Jean