Learn how to use our client side Expo React Native SDK.
minSdkVersion
value in the SDK is set to 26 (Android 8.0). If your application has a lower value you may need to update it.
dispatchSignals
function return a promise that resolves to the dispatch identifier, simplifying its usage.
To collect the device signals in your application you can use code like this:
dispatchSignals
function before displaying the phone number verification screen in your application. This way you can ensure that the device signals are captured and the dispatchID
can be sent to your back-end with the phone number. Your back-end will then perform the verification call to Prelude with the phone number and the dispatch identifier.