ios messages ,in action button

32 views
Skip to first unread message

Deepak Rajashekar

unread,
Jun 15, 2023, 12:32:28 PM6/15/23
to mementodatabase
hello,
i have been using memento app on android for a while now
i  am planning to use memento app on ios 

in android to send messages i am using messages library in action button 
using java script code 

example : AndroidMessages.sms(entry().field("mobile number") , entry().field("date") + "\n" + entry().field("name") + "\n" + "RENT" + " = "+ entry().field("rent") + "\n" + "WATER"  + " = " + entry().field("water") + "\n" + "ELECTRICITY" + " =" + entry().field("electricity") + "\n" + "BALANCE" + " = " + entry().field("prebalance") + "\n" + "INTREST" + " = " + entry().field("intrest") + "\n" + "TOTAL" + " = " +entry().field("total amount") );AndroidMessages.sms(entry().field("mobile number") , entry().field("date") + "\n" + entry().field("name") + "\n" + "RENT" + " = "+ entry().field("rent") + "\n" + "WATER"  + " = " + entry().field("water") + "\n" + "ELECTRICITY" + " =" + entry().field("electricity") + "\n" + "BALANCE" + " = " + entry().field("prebalance") + "\n" + "INTREST" + " = " + entry().field("intrest") + "\n" + "TOTAL" + " = " +entry().field("total amount") );


but this code is not working on ios app , action button   
can you please help me to solve this problem

thank you

Bill Crews

unread,
Jun 15, 2023, 12:53:37 PM6/15/23
to Deepak Rajashekar, mementodatabase
Instead of relying on preauthorized access to phone features in the background, as Android does, iOS forces the use of a foreground app to get the message sent. As for monitoring for incoming sms messages, I don't know if that can be done, but for outgoing messages, you might be able to get it done. Here's an article I found online that might help. Google for others. I'm of no help in this one.


--
You received this message because you are subscribed to the Google Groups "mementodatabase" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mementodataba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mementodatabase/522322fe-9aeb-4053-8907-6fe952ce95fen%40googlegroups.com.

Bill Crews

unread,
Jun 15, 2023, 1:09:59 PM6/15/23
to Deepak Rajashekar, mementodatabase
Oh, and you might be able to use Zapier with Memento to get it done. There is help inside Memento on how to use it.

Reply all
Reply to author
Forward
0 new messages