Posts

Post not yet marked as solved
0 Replies
527 Views
With iOS 13 PushKit, we must call reportNewIncomingCallWithUUID within the pushRegistry callback.If we fail to do this, after 3 to 5 attempts the VoIP PushKit messages are banned and no longer delivered.How can we recover from this situation without re-installing the application?This is annoying for development but really blocking for final users.If you have a bug in your application, you fix it, deploy your new application, how can we make sure that VoIP PushKit messages will be delivered again?Does increasing the build number or the app version helps in recovering this situation for users?I tried that in development but it didn't helped.Asking final users to re-install an application is definately a bad soluation and a bad answer.
Posted
by ciceron1.
Last updated
.