StansAssets / com.stansassets.ios-native

iOS Native Plugin Wiki
https://api.stansassets.com/
10 stars 1 forks source link

Server-side user verification not working #81

Open MichalDolezalAG opened 2 years ago

MichalDolezalAG commented 2 years ago

Hello,

For a while, we were working with old version of StanAssets for IOs (1.0.4). We managed to get user verification working and everything worked fine. But after update to 1.0.19, the verification always fail on step 8 (https://developer.apple.com/documentation/gamekit/gklocalplayer/3516283-fetchitems) - check signature with downloaded RSA key.

Since our code worked with older version, we assume that there is nothing wrong in our code. We even checked that there are no changes in sending/receiving data from application to server.