I found a solution. I can get the Application Tokens from category when I set the option includeEntireCategory to true in FamilyActivitySelection.
like this
@State var selection = FamilyActivitySelection(includeEntireCategory: true)
If then, I can save the all application tokens(category include) selected by user.