Skip to main content
Question

Why is the jwsRepresentation marked internal

  • February 20, 2025
  • 0 replies
  • 72 views

Forum|alt.badge.img

In the iOS SDK the `StoreTransaction` type has the `jwsRepresentation` field but it’s marked internal. So I can’t access it. I want this value so that I can send it to my server and verify the transaction with apple. Then our backend can run any necessary updates to the user it needs.

Is there a reason this is marked internal whereas most of the other properties are public?

This post has been closed for comments