CBPS Forums

Console Hacking => PS Vita => Reverse Engineering => Topic started by: Graphene on February 01, 2020, 12:14:42 AM

Title: Main - background application pair
Post by: Graphene on February 01, 2020, 12:14:42 AM
This background application sample works in the same way as Skype application: https://github.com/GrapheneCt/BG-App-PSV (https://github.com/GrapheneCt/BG-App-PSV)

SceBgAppUtil is used to manage BG application state from main application and SceNotificationUtil is used in BG application to send custom notifications.

Notifications from BG application can be enabled/disabled in Settings->Notifications. BG application can be restared from main application once it finished working (after the 20sec notification).