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
+25-37Lines changed: 25 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -46,36 +46,24 @@ To integrate Instabug into your Xcode project using SPM, please refer to https:/
46
46
47
47
### Manually
48
48
49
-
1.[Download the Instabug SDK](https://s3.amazonaws.com/instabug-pro/sdk_releases/Instabug-XCFramework.zip)
49
+
Follow these steps to integrate the Instabug SDK into your iOS project:
50
50
51
-
2. Extract it then drag & drop Instabug.xcframework to your project's "Frameworks, Libraries, and Embedded Content" section under the "General" tab, and make sure that the "Copy items if needed" checkbox is checked
51
+
1.**Download the Latest Instabug SDK Release:**
52
+
-[Go to Instabug SDK latest release](https://github.com/Instabug/Instabug-iOS/releases/latest)
53
+
- Click on `Instabug-XCFramework.zip` to download the file.
52
54
53
-
3. Create a new "Run Script Phase" in your project’s target "Build Phases" and add the following snippet
Make sure to replace `app_token` with your application token. Find it [here](https://instabug.com/app/sdk/).
105
93
106
94
## Notes
107
95
Instabug needs access to the microphone and photo library to be able to let users add audio and video attachments. Starting from iOS 10, apps that don’t provide a usage description for those 2 permissions would be rejected when submitted to the App Store.
@@ -117,7 +105,7 @@ If your app doesn’t already access the microphone or photo library, we recomme
117
105
*"`<app name>` needs access to your photo library for you to be able to attach images."
118
106
119
107
**The permission alert for accessing the microphone/photo library will NOT appear unless users attempt to attach a voice note/photo while using Instabug.**
120
-
108
+
121
109
## More
122
110
123
111
You can also check out our [API Reference](https://docs.instabug.com/docs/ios-overview) for more detailed information about our SDK.
0 commit comments