You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
Hey, sorry if this is a known issue, but I was unable to get this working on tvOS. I call the setup method (startProductRequest) in the delegate, but the delegate methods (productsRequest:(SKProductsRequest *)request didReceiveResponse etc) never fire and the notifications are never sent out. I see the startProductRequest method being called, it's got the right product id's but it never hit's the delegate methods to handle the response. My products are definitely valid because I used another lib when this didn't work and things worked as expected. But seem like I should get a 'product invalid' response anyway. Possible I'm just doing something idiotic too.
Thanks for all the work on this, I've used it on iOS and it works great, can't thank you enough. Hope I'm doing something dumb.
Nick
The text was updated successfully, but these errors were encountered:
Hey, sorry if this is a known issue, but I was unable to get this working on tvOS. I call the setup method (startProductRequest) in the delegate, but the delegate methods (productsRequest:(SKProductsRequest *)request didReceiveResponse etc) never fire and the notifications are never sent out. I see the startProductRequest method being called, it's got the right product id's but it never hit's the delegate methods to handle the response. My products are definitely valid because I used another lib when this didn't work and things worked as expected. But seem like I should get a 'product invalid' response anyway. Possible I'm just doing something idiotic too.
Thanks for all the work on this, I've used it on iOS and it works great, can't thank you enough. Hope I'm doing something dumb.
Nick
The text was updated successfully, but these errors were encountered: