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
Copy file name to clipboardexpand all lines: README.md
+15-18
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,20 @@ $ pod install
105
105
106
106
### Setup
107
107
108
-
Include the following lines in your application Info.plist:
108
+
[Generate an API key](https://www.pixelsdk.com/dashboard/api-keys/) and specify it in your `application(_, didFinishLaunchingWithOptions:)` of your App Delegate. The following [pricing options](https://www.pixelsdk.com/#pricing) are available for your API key. Keep your API key private.
Include the following lines in your application `Info.plist`:
109
122
110
123
```xml
111
124
<key>NSPhotoLibraryUsageDescription</key>
@@ -115,14 +128,11 @@ Include the following lines in your application Info.plist:
115
128
<key>NSCameraUsageDescription</key>
116
129
<string>Camera access is needed so you can take photos.</string>
117
130
```
118
-
119
-
Import PixelSDK into the file you are working on.
131
+
Present the SDK in response to a user action, for example, clicking a button. The default primary filters and adjustment filters will be used. The SDK will support both photo and video of any dimension with access to both the camera and library.
120
132
121
133
```swift
122
134
importPixelSDK
123
135
```
124
-
125
-
Present the SDK in response to a user action, for example, clicking a button. The default primary filters and adjustment filters will be used. The SDK will support both photo and video of any dimension with access to both the camera and library.
[Generate an API key](https://www.pixelsdk.com/dashboard/api-keys/) and specify it in your `application(_, didFinishLaunchingWithOptions:)` of your App Delegate. The following [pricing options](https://www.pixelsdk.com/#pricing) are available for your API key. Keep your API key private.
0 commit comments