Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

IAP -

Discussion in '5.3 Beta' started by trd99, Dec 2, 2015.

  1. trd99

    trd99

    Joined:
    Dec 27, 2013
    Posts:
    13
    Is there any provision in IAP in 5.3 to expose invalidProductIdentifiers in the following for iOS?

    (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response callback
     
  2. Banderous

    Banderous

    Joined:
    Dec 25, 2011
    Posts:
    669
    Invalid products will have their 'availableToPurchase' flag set to 'false'. Is there some other reason you want a list of them?