如何读取反应原生的twitter数字自动发送的OTP

时间:2016-11-24 07:24:24

标签: android ios twitter react-native twitter-fabric

我使用这个npm包实现了react-native app中的数字 JeanLebrument / react-native-fabric-digits

这是一个链接: https://github.com/JeanLebrument/react-native-fabric-digits

它运行正常,但我不知道如何在我的react-native应用程序中通过twitter自动读取OTP发送。

任何人都有想法或实现自动读取数字OTP?

更新 我找到android的解决方案: 添加

<uses-permission android:name="android.permission.RECEIVE_SMS"/> 

到AndroidManifest.xml,它现在自动读取OTP。

但我还没有在ios中找到解决方案,有可能在ios中没有?

1 个答案:

答案 0 :(得分:-1)

I had work on this. I use these technique to implement it.

https://stackoverflow.com/a/20901982/5349267