Skip to content

SDK X Unreal 10.5.0 docs#197

Open
jaydeep-helpshift wants to merge 9 commits intomainfrom
sdkx-unreal-10.5.0
Open

SDK X Unreal 10.5.0 docs#197
jaydeep-helpshift wants to merge 9 commits intomainfrom
sdkx-unreal-10.5.0

Conversation

@jaydeep-helpshift
Copy link
Collaborator

No description provided.

@vercel
Copy link

vercel bot commented Mar 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
helpshift-docs Ready Ready Preview, Comment Mar 20, 2026 6:25am

Request Review

For notifications received when the app is in foreground, replace usage of deprecated API in `HandlePushIos()` with [`handleForegroundNotification:withCompletionHandler:`](/sdkx-unreal/notifications-ios/#push-delegates-foreground) -

```objc
- (void)userNotificationCenter:(UNUserNotificationCenter *)center
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- (void)userNotificationCenter:(UNUserNotificationCenter *)center
- (void) userNotificationCenter:(UNUserNotificationCenter *)center

For notifications received when the app is launched from a push, replace usage of deprecated API in `HandlePushIos()` with [`handleBackgroundNotificationClick:withCompletionHandler:`](/sdkx-unreal/notifications-ios/#push-delegates-background) -

```objc
- (void)userNotificationCenter:(UNUserNotificationCenter *)center
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- (void)userNotificationCenter:(UNUserNotificationCenter *)center
- (void) userNotificationCenter:(UNUserNotificationCenter *)center


</Admonition>

// TODO - Add code snippets for this section. No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants