PS5 Activity Do not work

Good afternoon, dear game developers. I’m making a PS5 game on UE 5.4 for one publisher. During the testing of our project, it turned out that it was necessary to implement Activity in the game (I tried to refuse, since there is no plot in the game, but they said it was necessary).

I did all the actions on the topic “PS5 Activity Tutorial”, took files from the user YUQING_KSCOPE, corrected the function with line output in Helper, compiled everything successfully.

First, I did everything according to the Tutorial and linked to the event in My Game Instance. Then, at the start of the level, I called startActivity with my ActivityId, and at the last level, EndActivity.

In the Title settings, I entered GameIntents with our Activity ID.

My PS5Engine.ini settings:

[OnlineSubsystemPS5]
bEnabled=true

[OnlineSubsystemPS5.UDS]
bEnabled=true

[OnlineSubsystemPS5.Achievements]
bEnable=true
ServiceLabel=0

[OnlineSubsystemPS5.OnlineGameActivity]
StartActivityEventName=activityStart
EndActivityEventName=activityEnd
ResumeActivityEventName=activityResume
ResetAllActiveActivitiesEventName=activityTerminate
ActivityAvailabilityChangedEventName=activityAvailabilityChange

[/Script/PS5PlatformEditor.PS5TargetSettings]
bEnableTrinityMode=True
bEnable8K=True

NPConfig Also downloaded and embedded it in the project files. The trophies are all working.

After I searched the forum, I found information that the “Bind Event to On Game Activity Activation Requested” should also be moved to the first level. Before that, I called in Instance using Delay 0.5.

All attempts lead to the fact that the Start Activity button on the TestKit displays the following message:

The Target game intent type is not allowed. Please make sure that you have placed the param.json property and also make sure its content.

Whoever has encountered such Activity behavior. I’m doing this for the first time, I couldn’t find detailed documentation. If anyone can help, I will be very grateful.

Modified params.json (filled in the parameters correctly in the PS5 Package settings). There is a problem that the Activity does not start. Login to UPS shows error. I need your help, guys.