This is a migrated thread and some comments may be shown as answers.

Need help in SMS builder Plugin

1 Answer 57 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nitish
Top achievements
Rank 1
Nitish asked on 23 Nov 2013, 09:33 AM
Hi guys,

https://github.com/arnia/sms-builder

I am following the guide above and have already added it in my Plugins directory by reading how to make plugin for iOS in the documentation. However, I cant still seem to send even if I have deployed my app. I am using Cordova 3.0.0. Here is the XMLs:

config.xml: <gap:plugin gap:platform="ios" name="com.arnia.plugins.smsbuilder" version="0.1.1"/>
plugin.xml: <asset src="www/SMSBuilder.js" target="SMSBuilder.js" />

and here is my snippet:

cordova.exec(null, null, "SMSBuilder", "showSMSBuilder", [{
"toRecipients": "639433950704", 
"body": "someMessage"
}]);

Been stuck for hours on this problem. Is there anything wrong? Here is my project file. I am sure the problem is just minor, just cant seem to find it.

Cheers
Nitish



1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 26 Nov 2013, 02:04 PM
Hi Nitish,

Please use the forum search before posting new inquiries. You would find modified and tested sms plugin for iOS in this forum post.

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
General Discussion
Asked by
Nitish
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or