在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:Instabug/Instabug-iOS开源软件地址:https://github.com/Instabug/Instabug-iOS开源编程语言:Ruby 100.0%开源软件介绍:Instabug iOS SDKInstabug is an in-app feedback and bug reporting tool for mobile apps. With just a simple shake, your users or beta testers can report bugs or send in-app feedback and the SDK will capture an environment snapshot of your user's device including all console logs, server-side network requests and bug reproduction steps compiling all these details in one organised dashboard to help you debug and fix bugs faster. Instabug also provides you with a reliable crash reporter that automatically captures a detailed report of the running environment, the different threads’ states, the steps to reproduce the crash, and the network request logs. All the data is captured automatically with no need for breadcrumbs, and you can always reply back to your users and they will receive your messages within the app. For more info, visit Instabug.com. InstallationCocoaPodsTo integrate Instabug into your Xcode project using CocoaPods, add it to your pod 'Instabug' Then, run the following command: $ pod install CarthageTo integrate Instabug into your Xcode project using Carthage, add it to your
Then, run the following command: $ carthage update Then drag Instabug.framework into your Xcode project. Manually
If that's the case, do the following steps:
Usage
NotesInstabug 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. For your app not to be rejected, you’ll need to add the following 2 keys to your app’s info.plist file with text explaining to the user why those permissions are needed:
If your app doesn’t already access the microphone or photo library, we recommend using a usage description like:
The permission alert for accessing the microphone/photo library will NOT appear unless users attempt to attach a voice note/photo while using Instabug. MoreYou can also check out our API Reference for more detailed information about our SDK. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论