Note that there are some explanatory texts on larger screens.

plurals
  1. POUsing of PrivateFrameworkHeader-iOS-iPhone-5 API
    text
    copied!<p>I stuck a little bit at an easy seeming task...</p> <p>&lt;<strong>THE PLAN</strong>> </p> <p>Developing a cycript-based application that retrieves the information which app has to be installed on the device. The cy-script navigates to the downloadpage (Apple AppStore) of the app and executes the installation-process.</p> <p>&lt;<strong>/THE PLAN</strong>></p> <p>I'm already at the point where the downloadpage is open. So it's not the problem to hook up at the SpringBoard- or AppStore-process and play around, I just can't figure out how to execute the INSTALL button or the installation-process.</p> <p>Than I found a <a href="https://github.com/masbog/PrivateFrameworkHeader-iOS-iPhone-5.-" rel="nofollow">private framework</a> that definitely could solve my problem. By being hooked up at the AppStored-process and executing <pre><code><code>cy# [SSDownloadManager _triggerDownloads]</code></code></pre> (<a href="https://github.com/masbog/PrivateFrameworkHeader-iOS-iPhone-5.-/blob/master/StoreServices.framework/SSDownloadManager.h" rel="nofollow">StoreServices.framework</a>) the alertview for the authentication pops out, but if I fill in the user-pw nothing happens... of course not, because there's is no information relating to the app bound to the SSDownloadManager... I just don't know how to use that private frameworks... (and of course there's no documentation)</p> <p>I think somehow it has to be possible with:</p> <pre><code>cy# [SSPurchase purchaseWithBuyParameters:x] </code></pre> <p>but don't know how to find out what the buy parameters are...</p> <p>I would appreciative it, if someone could help me out of this. Hope the explanation wasn't to confusing ^^ </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload