I am working on an OSX app which is created using an open source common lisp implementation called CCL. We are trying to add in app purchases to our app and I just read through the StoreKitGuide and I am wondering how will I be able to test the in app purchases without using XCode.
The documentation gives instructions about accessing the sandboxed app store using XCode:
When you launch your application from Xcode, Store Kit does not connect to the App Store. Instead, it connects to a special sandbox store environment. The sandbox environment uses the infrastructure of the App Store, but it does not process actual payments.
But it doesn't tell you how this could be done without xcode. What can be done test in app purchases without XCode?