Hey - thanks for your reply. Yes, I followed that guide and the code seems to work.
That guide does not answer the question of how to go about testing the functionality.
Specifically: How do I create a mock/test "purchased product" that I can use to test "if the product as been purchased".
You see, I don't have a "purchased product" on my watch that I can validate as being purchased. XCode loads the app onto the watch for debugging. So the AppTransaction reports a originalPurchaseDate of 1970-01-01. As in, never purchased.
In order to validate that a product has been purchased, I need to test originalPurchaseDate against Data.now in a test environment. How do I accomplish that?