pepe-dunamu
pepe-dunamu
when onDeviceConnected removed, how do i know bluetooth device connected to app??
appsflyer.onDeeplink callback can get query params but appsflyer.onInstallConversionDataCanceller callback can't all i want is onInstallConversionDataCanceller callback can get query params like onDeeplink callback does
and there is another problem appsflyer.onDeeplink callback lost query params when app is not installed only the app-installed-users can get query params from their onelink urls
yes... i've been struggling with the same problem. if you solve this, please share me
i figured out if pass includeBase64 option true to launchImageLibrary, assets only returns width and height so i delete includeBase64 option and parsing it to base64 image by using another...