Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

2.0.0

Latest
Compare
Choose a tag to compare
@andreszs andreszs released this 11 May 14:53
· 3 commits to master since this release
  • ⚠️ Methods moved from the global window to the cordova.plugins object.
  • ⚠️ onSMSArrive no longer returns result in the message.data object, use message directly
  • Fixed #15: SMS message body, now returns the entire message without 154 chars limit.
  • Fixed error when trying to start SMS watching when already active.
  • Changed the onSMSArrive invoking method internally to use native PluginResult callback.
  • Removed the SMS service center number from the JSON payload.
  • Improved all methods return values to make them easier to parse.
  • Improved error handling.
  • Updated demo app, now available as pre-compiled APK.