Yessenbay
Yessenbay
With backend with http requests You can try sending testing notification with Knuff (Application provided in Pushkit.mt is not working)
Use this function to get youtube code ``` String getYoutubeVideoId(String url) { final RegExp regExp = RegExp( r"(?:https?:\/\/)?(?:(?:www\.)?youtube\.com\/(?:(?:shorts\/)|(?:watch\?v=))|(?:youtu.be\/))([\-a-zA-Z0-9_]+)"); final match = regExp.firstMatch(url); final result = match?.group(1) ?? ""; return result;...
Any solution? I have same question
Only in terminated and background right? "Apparently if you didn't have everything configured right, Apple will start to suspend your voip notifications and won't deliver." Seems I handled some events...
What error? Maybe you are passing not UUID value for id? Check https://github.com/hiennguyen92/flutter_callkit_incoming/issues/571#issuecomment-2283511374 Also, make sure you configure pushRegistry for your notification type and requirements. Here’s an example of how...
How do you send VOIP notifications? PushKit provides SandBox (debug) and Production notifications, maybe you are sending wrong one? Device Token also maybe different from sandbox and production