Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| | **API** | `setAndroidProactivePushNotificationDefaults(config: object)` | | ||
| | **Platform** | Android only | | ||
| | **Min SDK** | v10.5.0 | | ||
| | **Call Timing** | Right after `install()` | |
Collaborator
There was a problem hiding this comment.
"Call Timing" seems vague.
Better call it a "Note" and "After calling HelpshiftCocosBridge.install()"
| - Please note that the SDK does not ask for posting notifications permission for client application. For Proactive Engagement, you need to ask for these permissions for your application. Please refer [Notifications](/sdkx-cocos2dx/notifications-ios) for iOS and [POST_NOTIFICATION](https://developer.android.com/develop/ui/views/notifications/notification-permission) for android. | ||
|
|
||
| **iOS** | ||
| - Introduced Proactive Engagement feature which lets you reach out to your players by sending Push/In app Notifications on their mobile devices and engage in various ways including starting conversations. |
Collaborator
There was a problem hiding this comment.
this point is repeated from common notes
| - Added support for Android 16. | ||
| - SDK now compiles with API level 36, i.e compileSdk 36. | ||
| - Deprecated old [Outbound Support](/sdkx-cocos2dx/outbound-support) with introduction of [Proactive Engagement](/sdkx-cocos2dx/proactive-engagement). | ||
| - Added new API to pause in-app notifications. This will pause/unpause in-app notifications for Proactive Engagement notifications. Please refer [PauseDisplayOfInAppNotification](/sdkx-cocos2dx/proactive-engagement/#pausing-in-app-notifications) here for details. |
Collaborator
There was a problem hiding this comment.
P should be small in PauseDisplayOfInAppNotification
Collaborator
sumeet-helpshift
left a comment
There was a problem hiding this comment.
Added comments
…eDisplay-method name
IamJoyson
requested changes
Mar 5, 2026
sumeet-helpshift
approved these changes
Mar 5, 2026
IamJoyson
approved these changes
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SDKX Cocos 10.5.0 Dev Docs