Dima

Results 13 comments of Dima

The same problem. Did someone solve it?

Collected more logs. The error also occurs in ios `16.6.1` (and `17.0`) , the `purchaseUpdatedListener(purchase)` method is called with `undefined` value in `purchase` after successful subscription

@cervebar Thank you for the response! As I understand it, StoreKit 2 is enabled by: ``` setup({storekitMode: 'STOREKIT2_MODE'}) ``` I didn't set this at all. So by default I am...

@PythonX-001 @NotCookey It seems that the format of their backend api has changed, I tried to track it but I still don’t understand the reason. The endpoint itself has changed...

@NotCookey I spent several hours fiddling around with reverse engineering. So far no success. I tried repeating one-to-one `session` GET and `generate` POST requests using curl (copied requests, headers and...

Looks like they've added more security. But in general there should be an approach that would allow generating, we just need to better understand web requests 🤔 In general it’s...

@NotCookey Hey-hey, no chance?

@NotCookey if you want i can share my account with you for testing

> That would be a big help, I'm open to collaborations but currently I'm a little inactive for this project due to some personal stuffs. Nice! Thank you! I'll try...

I can't figure out how to get `s` is some variable value that is obtained by `encrypt` function, which in turn depends on some other function imported from outside. Not...