Rocky S.
Rocky S.
I generate my seed with: ``` let seedBuffer = bip39.mnemonicToSeed(MNEMONIC_PRIVATE_SEED); let seed = Buffer.from(seedBuffer).toString('hex'); ``` However, in new version checkSeed() is failing. The length of my seed is 128 characters...
I did comment it out and everything seems fine, but tx now fails on publish with “bad work”
All good now, had a little bug in my code.
https://github.com/everping/Linkedin-Authentication-Challenge
No errors. Currently using 3.1.2 and it works fine.
Had the same issue and fixed by adding these lines from here: https://github.com/Rapsssito/react-native-background-actions/pull/236/files
> > @patphantuan251Bạn có giải quyết được vấn đề đó không? > > I tried cleaning all cache, then following @rokanost and it worked on my device. However, after pushing...
I second this, @Revadike your example has read-only abilities
@zain148 your implementation looks incorrect since authStatus is not set when app wakes up - your code does not get executed. Change requestPermissions to run automatically with useEffect.