Posts

Post not yet marked as solved
0 Replies
587 Views
In my application, I'm using both APNS for push notifications. In my app, both tokens are generated properly and updated on my App's server. When sending an APNS push from my server, the push is successfully reached the APNS server, but can't deliver to the device, even though we are getting success from APNS Server. we are getting 200 from APNS. but the same thing If I am trying to use the "Push Hero" 3rd Party app, and I am getting notifications in the app also, with no any issue. but can't get it from my server. I am using a .p8 file for push notifications in both the server and 3rd party apps.
Posted
by Narijayu.
Last updated
.
Post not yet marked as solved
0 Replies
886 Views
Hi Team, We are trying to connect with our .pem file to apple, for testing pushnotification and here our UseCase Send - Connection Send -> Block a few minutes later Send -> Connection Send -> Block where Block = connection refused, so it failed to even "connect" to apple We also notice that the DNS resolved to many different IP addresses. Some work, some block some IP addresses send us reset packets which means we get connection refused and some complete the TCP handshake and work. When is the old SSL push notification supported up to before we have to swap to HTTP2? we are trying to work out IF this is still supported? any help would be appreciated Thanks in advance.
Posted
by Narijayu.
Last updated
.
Post not yet marked as solved
3 Replies
2.2k Views
Just Created one Login screen and its UI, UI is custom reads all properties from the local JSON file, like color, button shape, background color, icon URL, etc. Used one Framework which I have created for my UI, and just drag and drop that framework (No API calls in that Framework) but when I run my project my UI gets stuck, Not able to click any button or text field. and I am getting the following error boringssl_metrics_log_metric_block_invoke(151) Failed to log metrics  also, My CPU use is 100% and my app is getting stuck (see screenshot) Memory is increasing to 6 to 7 GB. but the same thing is working fine in Xcode 10.2.1, right now I am using Xcode 13.2. If I run the same code in Xcode 10.2.1 then its works fine, but the same code not working in Xcode 13.2 can Anyone Help me?
Posted
by Narijayu.
Last updated
.