Post

Replies

Boosts

Views

Activity

Is xamarin.iOS supports communication notification?
We are using communication notification to update notification icon, but for us it's not working for xamarin project. var handle = new INPersonHandle("unique-user-id-1", INPersonHandleType.Unknown); var avatar = INImage.FromName("abc.png"); var sender = new INPerson(handle, null, "Example", avatar, null, null); var intent = new INSendMessageIntent(null,INOutgoingMessageType.Text, "Message content", null, "unique-conversation-id-1", null, sender,null); // Use the intent to initialize the interaction. var interaction = new INInteraction(intent: intent, response: null); interaction.Direction = INInteractionDirection.Incoming; interaction.DonateInteraction((error) => { // ... }); NSError error1 = null; var content = request.Content; var updatedContent = content.Update(intent, out error1); contentHandler(updatedContent);
0
0
937
Jul ’22
Remote push notification doesn't wake up app on iOS 15
We use remote push notification with content available = 1, as per document it will wake up app, but it doesn't work properly, sometimes the app doesn't wake up. I have observed this behaviour mostly on iOS 15. We use this mechanism to send device location to our server. Why remote push notification doesn't wake up my app all the time ?
1
0
1.2k
Jun ’22
iOS 15 beta 2 UItableviewcell spacing issue
We are using custom UITableViewCell in UITableview. While we testing our application on iOS15 beta 2 version, we observe extra space in between 2 UITableViewCells. Same UI is working fine on iOS 14 and below. Do we need to make any extra changes to handle this for iOS 15 or it will be fixed in next iOS 15 beta release?
5
0
8.6k
Nov ’21
Video player options not visible on iOS 16
We are using AVPlayerViewController to display/play video. Till iOS 15 video player options are visible but for iOS 16 it's not visible. Do we require to make changes for iOS 16 to display video player options?
Replies
14
Boosts
9
Views
10k
Activity
Jul ’23
Is xamarin.iOS supports communication notification?
We are using communication notification to update notification icon, but for us it's not working for xamarin project. var handle = new INPersonHandle("unique-user-id-1", INPersonHandleType.Unknown); var avatar = INImage.FromName("abc.png"); var sender = new INPerson(handle, null, "Example", avatar, null, null); var intent = new INSendMessageIntent(null,INOutgoingMessageType.Text, "Message content", null, "unique-conversation-id-1", null, sender,null); // Use the intent to initialize the interaction. var interaction = new INInteraction(intent: intent, response: null); interaction.Direction = INInteractionDirection.Incoming; interaction.DonateInteraction((error) => { // ... }); NSError error1 = null; var content = request.Content; var updatedContent = content.Update(intent, out error1); contentHandler(updatedContent);
Replies
0
Boosts
0
Views
937
Activity
Jul ’22
Remote push notification doesn't wake up app on iOS 15
We use remote push notification with content available = 1, as per document it will wake up app, but it doesn't work properly, sometimes the app doesn't wake up. I have observed this behaviour mostly on iOS 15. We use this mechanism to send device location to our server. Why remote push notification doesn't wake up my app all the time ?
Replies
1
Boosts
0
Views
1.2k
Activity
Jun ’22
is it possible to change notification icon dynamically?
I want to set the push notification icon other than app icon like whatapp.
Replies
0
Boosts
1
Views
983
Activity
Jun ’22
iOS 15 beta 2 UItableviewcell spacing issue
We are using custom UITableViewCell in UITableview. While we testing our application on iOS15 beta 2 version, we observe extra space in between 2 UITableViewCells. Same UI is working fine on iOS 14 and below. Do we need to make any extra changes to handle this for iOS 15 or it will be fixed in next iOS 15 beta release?
Replies
5
Boosts
0
Views
8.6k
Activity
Nov ’21
APNs delay observed in Remote Push notification
We have observed our Server is sending message to APNs and updating log immediately, but we are getting notification from APNs after 2-3 mins delay. Can someone help us to identify this issue with delay?
Replies
1
Boosts
0
Views
1.7k
Activity
Aug ’21