Instabug-iOS icon indicating copy to clipboard operation
Instabug-iOS copied to clipboard

In-app feedback and bug reporting tool for apps.

Results 17 Instabug-iOS issues
Sort by recently updated
recently updated
newest added

### Steps to Reproduce the Problem Following this Apple Developer Guide [here](https://developer.apple.com/documentation/technotes/tn3105-customizing-uistatusbar-syle) Section: **Set a style for each view controller** Run the project **without** Instabug -> Working as expected. Run...

Inactive

How would one handle redacting or hiding certain views when using SwiftUI? Looking at the docs, I see that for UIKit there is: `view.instabug_privateView = true` For instance, I have...

Feature Request

Hi there, do you think you could add Slovenian Language support [Localizable_slovenian.zip](https://github.com/Instabug/Instabug-iOS/files/4305906/Localizable_slovenian.zip) Do you think you could add it to version: 8.6.3 to Xamarin Nugget package because my app targets...

Feature Request

### Steps to Reproduce the Problem Create Instabug instance use `Instabug.addFileAttachment(with: URL)` change the file, flush, close, whatever Create a bug report ### Expected Behavior The file contains the latest...

Bug

### Steps to Reproduce the Problem The crash happens in various scenarios of using the application ### Expected Behavior The App is crashing ### Actual Behavior The App doesn't crash...

I've been observing a very rare crash on launch triggered by (apparently) Instabug. The error: The printed exception in text format: ``` CoreData: error: Cannot load NSManagedObjectModel. nil is an...

Bug

### Steps to Reproduce the Problem Execute the sample app and wait for 2 seconds for it to freeze instead of crashing. ### Expected Behavior App crashes. ### Actual Behavior...

Bug

### Steps to Reproduce the Problem Integrate Instabug, and launch the app with error-level logging enabled. ### Expected Behavior With `.error` level logging, I would expect to only see console...

Bug

Hello, I have a suggestion, how about a kotlin KMM official support fr iOS? For at least unhandled exception support? Currently, Instabug is using **plcrashreporter** for crash handler, it's not...

Feature Request

### Steps to Reproduce the Problem Use `AVAssetDownloadTask` to download some media asset and try to cancel it ### Expected Behavior App shouldn't crash ### Actual Behavior App is crashing...

Bug