check or reading sms from inbox in unity

后端 未结 1 1273
心在旅途
心在旅途 2020-12-22 07:51

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

相关标签:
1条回答
  • 2020-12-22 08:20

    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.

    0 讨论(0)
提交回复
热议问题