Open Julias0 opened 3 years ago
If I am not wrong is this filter based on whether an SMS is Transactional
, OTP
, or Promotional
?
The filter may be anything - greater than a certain fate, a category filter like the one you mentioned etc.
Right now this plugin gets all the messages out of the inbox but doesn't allow us to query the inbox of the device based on a certain condition. This can cause performance issues down the line
I am getting the error while running on android
(the custom plugin SmsInboxReader
is not defined ).
Also, I created a standalone ionic-react app for testing purposes for this plugin.
Can you try these two steps -
inside MainActivity.java import SmsinboxReader and add it (there will be instructions in this file)
If this dosnt work, can you add a screenshot of MainActivity.java
Yes, I need to import and add the SmsinboxReader
in my MainActivity.java
file
I think the filter should contain:
I think the filter should contain:
credits to @tewnut