Skip to main content
Question

iOS - Entitlements when unit test


Forum|alt.badge.img+3

I want to automate my revenuecat process. I test using StoreKit, but entitlements are not reset. How do I achieve this?
 

let session = try? SKTestSession(configurationFileNamed: "storekitconfig")
session?.resetToDefaultState()
session?.disableDialogs = true
session?.clearTransactions()
customerInfo.entitlements["Pro"]?.isActive == true

This code returns true. How do I make it return true if I just made a purchase?

This post has been closed for comments

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings