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

Bugfender SDK for iOS, a remote logger tailor-made for mobile

Results 10 BugfenderSDK-iOS issues
Sort by recently updated
recently updated
newest added

While working with Bugfender, we think would be useful to add to the sdk a method to know if the current device is in "debug" mode. Or in other words...

enhancement

Cannot be merged until Bugfender Dashboard is updated to support upload symbols script

Hi! 👋 We are using your framework throughout our app and now we we'd like to use in our widget, too. Now, widgets are more restrictive in what API you...

enhancement

SDK 1.10 In the install instructions for SPM, you indicate that a list of system libs are required for installation, e.g. Security, etc. I was curious if you could add...

enhancement

using the latest sdk and uploading symbols custom script: https://github.com/bugfender/BugfenderSDK-iOS/tree/master/xcode-upload-symbols the upload fails. This is the error from bugfender: ``` adding: Users/andrecarrera/Library/Developer/Xcode/DerivedData/Apollo_Streams-anlvxerhrisxpqeqfdfzrrlvapri/Build/Products/Debug-iphoneos/Apollo Streams.app.dSYM/ (stored 0%) adding: Users/andrecarrera/Library/Developer/Xcode/DerivedData/Apollo_Streams-anlvxerhrisxpqeqfdfzrrlvapri/Build/Products/Debug-iphoneos/Apollo Streams.app.dSYM/Contents/ (stored 0%)...

bug

1.10.5 *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[2] Application Specific Information: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil...

bug

I would like to enable the `NSLog` logging and send to BugFender only the logs related to a specific dependency. For us, the easiest way to catch only the logs...

enhancement

Hi, running my apps with Xcode 26 and iOS 26 cause a crash at startup during Bugfender activation at line: `Bugfender.activateLogger("key")` The method is called inside `didFinishLaunchingWithOptions` method The crash...

We have embedded Bugfender SDK into our Swift app and since then we see Apple complaining about dSYM missing from Bugfender framework. Any plans perhaps to change the library to...

It reproducible with v1.13.2 and v2.0.0. Just for reference `isProtectedDataAvailable` can be `false` if app started after phone reboot but before first unlock with pin. And this can happen if...

enhancement