π‘Tips
Using local preset strategies allows you to:
- π Reduce the time taken to fetch strategies on the first launch
- π Avoid strategy fetch failures caused by network issues

β Android
1. Create the specified directory
ββ /Assets/Plugins/Android/mcRes.androidlib/assets/localStrategy
2. Place the strategy file
ββ Put the exported JSON file into the directory above
β iOS
localStrategy.json and place it in the Xcode project as shown in the figure
Call McSdk#SetLocalStrategyAssetPath(string path) before SDK initialization to set it up. Example:
McSdk.SetLocalStrategyAssetPath("localStrategy");