Lars Werner
Lars Werner
Same issue here ``` 2022-04-01 21:21:42.798 8047-8047/com.werner.spotprisen I/InAppReviewPlugin: onMethodCall: isAvailable 2022-04-01 21:21:42.798 8047-8047/com.werner.spotprisen I/InAppReviewPlugin: isAvailable: called 2022-04-01 21:21:42.798 8047-8047/com.werner.spotprisen I/InAppReviewPlugin: noContextOrActivity: called 2022-04-01 21:21:42.801 8047-8047/com.werner.spotprisen I/InAppReviewPlugin: isAvailable: playStoreInstalled: true 2022-04-01...
> > I am having the same issue. It doesn't work both on release and debug mode. > > `requestReview()` only works in debug mode on iOS and MacOS, it...
Same problem here, no unstable connection in my end. Don't have any logging to help with atm
> Have you also had a look at the other platform implementations? And what about the other - not so obvious - situations? E.g. what does a newly created instance...
I having the same issue as reported above. Tested some links... Working: https://jsonplaceholder.typicode.com/posts Not working (520): https://jsonplaceholder.typicode.com/albums/1 https://jsonplaceholder.typicode.com/users/ https://jsonplaceholder.typicode.com/photos Hopefully the mockingbird will get up and running soon :)
In the "Logs", check if you have a bunch of `Failed request: 429 Client Error: Too Many Requests for url: https://pa-api.telldus.com/json/device/info?id=xxxx` In that case the TelldusLive integration needs to be...
@fredrike If you have some free time during Christmas, we would appreciate a late gift of making this plugin work better 😁
@sameerkapps I upgraded in an existing project and it worked fine in debug mode. Tried a release and it crashed, Devicelog said something about a base64 string in the class...
@sameerkapps I investigated it further and I believe the error was found. When you have a variable that does not exists in the storage, it returns (null) right, but it...
@sameerkapps did you figure out the error on https://github.com/sameerkapps/SecureStorage/issues/37#issuecomment-392606489 ?