masashi-sutou
masashi-sutou
@tuanngotechnical I have confirmed [the commit](https://github.com/masashi-sutou/flutter_ios_voip_kit/compare/master...tuanngotechnical:master) you created. Why do I need to call the incomingCall method without VoIP notifications? And instead of publishing to pub.dev, specify the branch or...
@YuvarajaCPR - Do you have two real iPhones(not simulator)? - If you have two devices, refer to https://github.com/masashi-sutou/flutter_ios_voip_kit#try-out-example-app. - If you don't get the payload on a non-running app when...
@ali7234 > But in the current scenario, app stays in the native iOS Ui. - Tap your app icon on the lock screen like below image. Does this solve the...
> you are right, but the requirement is to directly navigate to the app when user unlock the device. Is there any way to do that in iOS CallKit. @ali7234...
- Please try this -> https://github.com/flutter/flutter/issues/52739#issuecomment-600185008
@ali7234 - please retry example app after update 0.0.5.
@SirJAKfromSpace - Is the APNs endpoint and certificate of Sandbox correct? > Development server: api.sandbox.push.apple.com:443 > Production server: api.push.apple.com:443 > https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns/
@PhuHoaJC - refer to below this code and sample project from the link. - https://developer.apple.com/documentation/callkit/cxproviderconfiguration/1648350-ringtonesound - https://developer.apple.com/documentation/callkit/making_and_receiving_voip_calls_with_callkit ```swift // ProviderDelegate.swift static let providerConfiguration: CXProviderConfiguration = { let localizedName = NSLocalizedString("APPLICATION_NAME",...
@PhuHoaJC - refer to the apple sample project and recheck your sound file path. the apple sample project sound file path | :-: | |
@PhuHoaJC - If you use a device iOS14 on debug mode, you have a problem like https://flutter.dev/docs/development/ios-14#launching-debug-flutter-without-a-host-computer.