selcukbeyhan

Results 19 comments of selcukbeyhan

> @selcukbeyhan If you don't need to validate the receipt on App Load, you can set the need `needAppReceipt` option to `false`. If you have subscriptions and you need to...

I was also interested in the server-side verification subject. I will have to write my own. I think this content for the iOS could be useful: https://developer.apple.com/documentation/storekit/in-app_purchase/original_api_for_in-app_purchase/validating_receipts_with_the_app_store There is an...

My understanding is: whether you validate the receipts locally or on your backend-server depends on how much your application logic can trust on local validation.

same error. I saw multiple reports of this issue: https://github.com/imartinez/privateGPT/issues/90 https://github.com/imartinez/privateGPT/issues/186 Is this something part of the model? or something related to this "circleci" user "C:\Users\circleci.PACKER-64370BA5\"?

I started to test the IAP on the real ios device.

Do you want to retrieve the user's receipt and store in your own system?

Hi, if the payment via Apple is done, processed and documented with a receipt, I cannot think of a usecase what the other payment provider would do with Apple's receipt....

If I am not wrong, what you could do is: a) when there is a purchase performed on the mobile app, you could use a listener to listen the receipt...

want to share what is the issue? :)