Post

Replies

Boosts

Views

Activity

Reply to AppData doesn't contain the same file size as the iphone storage
Thanks for the reply and the suggestion, but i a very confident that it actually shows the same as my container from Xcode because i have walked through it with my own eyes file by file and saw everything i did in my app as a user. So i "know" that this is correct and my app storage should be 463Mo. I simply wonder why my iphone storage is showing 3Go+ for my app then and this is the thing i would like to explore but i have no idea how or where to start...
Oct ’22
Reply to Error 21002 when validating receipt
Hey ! If i had to guess, you should do the same as i did meaning convert your data to a String object before passing it to the request. I think in general you can only pass String objects in HTTP requests. The only question is : does the JS request SDK automatically converts your "dict" - "object" to String. if i remember, you can do something like : var body = {"receipt-data": token} body = str(body) then in your request (actually you have a "data" var that should be "body" in your request body.
May ’22