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 was archived by the owner on Feb 1, 2024. It is now read-only.
When creating Helu I struggled to test the integration points with Apple. In a effort to learn how to test this type of code better, I forked this repo and commented the key pieces of code to make In App Purchases ( ivanacostarubio@4347641). After that last commit, the library is not able to make in app purchases, yet none of the tests are red.
What is the proper way to test the integration with apple?
If a library can't make IAP, but all the tests are green is it well tested?
Hello @jamonholmgren!
When creating Helu I struggled to test the integration points with Apple. In a effort to learn how to test this type of code better, I forked this repo and commented the key pieces of code to make In App Purchases ( ivanacostarubio@4347641). After that last commit, the library is not able to make in app purchases, yet none of the tests are red.
What is the proper way to test the integration with apple?
If a library can't make IAP, but all the tests are green is it well tested?