Rodrigues

Results 6 comments of Rodrigues

Is there any news about this thread?

@stuartmorgan IDKW, but there was no reviewers added automatically to this PR. And i don't see how can i add someone manually.

i found the reason. the problem is the parenthesis after the word abstraction. if we remove it, or put the space before ) then dnote find adds this document to...

> https://github.com/hiennguyen92/flutter_callkit_incoming/blob/5b8705cff267435025bd51ac5c7c85bb1afb1f24/example/ios/Runner/AppDelegate.swift#L60 @hiennguyen92 When i start my app, or even make a successful call – this method **pushRegistry(_ registry: PKPushRegistry, didUpdate credentials: PKPushCredentials, for type: PKPushType)** is never triggered. Should...

@Nazeer-Nageb Have you followed the [PUSHKIT.md](https://github.com/hiennguyen92/flutter_callkit_incoming/blob/master/PUSHKIT.md) setup?

@hiennguyen92 Please help me understand 1 moment: > https://github.com/hiennguyen92/flutter_callkit_incoming/blob/5b8705cff267435025bd51ac5c7c85bb1afb1f24/example/ios/Runner/AppDelegate.swift#L60 This line of code is from method **pushRegistry** Should i call this method manually somehow from my app? If yes, then...