osx - Accessing the Sandboxed Apple Store without XCode -


i working on osx app created using open source common lisp implementation called ccl. trying add in app purchases our app , read through storekitguide , wondering how able test in app purchases without using xcode.
documentation gives instructions accessing sandboxed app store using xcode:

when launch application xcode, store kit not connect app store. instead, connects special sandbox store environment. sandbox environment uses infrastructure of app store, not process actual payments.

but doesn't tell how done without xcode. can done test in app purchases without xcode?


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -