Skip to content Skip to sidebar Skip to footer

Check Or Reading Sms From Inbox In Unity

I need to implement a small text ui to show sms message from inbox in unity. After searching, I only find how to use Application.OpenURL to send a sms message. Does anyone know ho

Solution 1:

You need a plugin for that. You write 2 functions that can read and write to messages in Java then call those functions from C#. You can also use this plugin from this nice person on the internet.


Post a Comment for "Check Or Reading Sms From Inbox In Unity"