-
### Description
The SDK could subscribe to push notifications and add breadcrumbs without PII. Related to https://github.com/getsentry/sentry-java/issues/2728.
-
https://github.com/ionic-team/ionic-plugin-deeplinks/blob/0eaf00eee43405c50db8328fd314e476e8a9383b/src/ios/AppDelegate%2BIonicDeeplink.m#L6-L17
This plugin implements AppDelegate methods without im…
-
``` Objective-C
/**
* 对于代码构建 UI 的项目一般在 didFinishLaunch 方法中初始化 window,
* 想在 swizzling 方法中 present alertController 需要自己先初始化 window 并提供一个 rootViewController
*/
- (void)presentAlertViewController:(UIA…
zhao0 updated
8 years ago
-
Even with the latest version of the library the app keeps failing a ((void(*)(id,SEL))impPointer)(self,_cmd);
The error in my case:
NSInternalInconsistencyException', reason: 'Invalid update: invali…
-
Because we rely on the "enclosing self" subscript to hook into a view controller's `viewDidLoad` method, we can't use the more obvious syntax:
```swift
@ViewModel var counter = Counter()
```
T…
-
Bumping from 0.8.0 to 0.9.0 completely breaks all network requests that are done through Alamofire.
This is what I see in the console:
```
API MISUSE: NSURLSession delegate Alamofire.SessionDel…
-
``` objective-c
// Get the aspect container and check if there are any hooks remaining. Clean up if there are not.
AspectsContainer *container = aspect_getContainerForObject(self, selector);
i…
-
Hi there,
I know this is random, but I'm getting a crash when working with a PFQueryTableViewController using the Parse SDK. Specifically, when I delete an object in the data set (through Parse) and …
-
Is it possible to add instance method that may not be defined on target class but defined in protocol as optional?
Currently `-aspect_hookSelector` reports that it cannot find selector.
p.s.: Adding…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Are you aware of the differences between iOS and Android background message handling?
- [X] I understand that…