@bonlemuel wrote:
Hi Everyone,
Anyone tried using Cordova SMS Plugin? I just wanna ask if we can extract the message body using the Cordova SMS Plugin?
I manage to send and receive message. The message contains this data:
{"address":"+***********","body":"data: {"lat": 14.640284, "lon":121.078195}","date_sent":1450347136000,"date":1450347121206,"read":0,"seen":0,"status":0,"type":1,"service_center":"+***********"}
As you've noticed, i tried sending this data:
data: {"lat": 14.640284, "lon":121.078195}
In order to extract it via JSON. But I failed. It is not working. I get an undefined values.
Please help! Thank you!
Posts: 1
Participants: 1