Skip to content

Mini Program Default Name Config

1. Effect show

2. Coverage

FinClip supports replacing the "mini program" text in the SDK with any other name.

This setting is implemented by the App, once set, all the mini programs in the App will be implemented according to this effect

3. iOS setup method

This is done through the SDK initialization configuration parameters as follows:

// Replace the "mini program" text in the SDK with "X app"
[FATClient sharedClient].uiConfig.appletText = @"X Applications";