Getting Started
Getting started with a landing page:
1. Sign up on apprack.io 2. Create your AppKit by entering your app Id or app's name 3. Go to Website builder in the dashboard to see your first draft and adapt it to your needs 4. Press Publish and your landing page is online 5. See below how to add your privacy policy, terms, imprint, ...
Getting started with the SDK
1. Sign up on apprack.io 2. Create your AppKit by entering your app Id or app's name 3. Include the SDK into your app by adding `pod 'Apprack'` to your Podfile and running pod install (for more details see github.com/apprack/apprack-ios-sdk) 4. Go to SDK in the apprack.io Dashboard and copy your AppKitId and API Key 5. Add the SDK initialization code to your AppDelegate's `-application:didFinishLaunchingWithOptions:`: [APRAppManager.sharedManager initializeWithAppKit:appKitId andApiKey:apiKey]; Don't forget to add `#import <APRFramework/APRFramework.h>` 6. Adapt the SDK to your needs on the SDK dashboard. To show the settings screen present `APRAppManager.sharedManager.settingsViewController` in a `UINavigationController` (for more details see github.com/apprack/apprack-ios-sdk) 5. See below how to add your privacy policy, terms, imprint, ...
Add content for documents
1. Go to your apprack.io dashbaord 2. Select the type of content you want to add from the sidebar 3. Enter your text and save 4. For the SDK ensure, that the content type is enabled in the SDK section of the dashbaord 5. The content is now linked on your landing page and will show up in the SDK's settings controller








