/// Remove all caches related to mini programs including resource packs, base libraries, and mini program/game sandbox data.- (void)clearMiniAppCache;
/// Delete the local cache mini program./// @param appID appID to be deleted, defaults to all versions.- (void)clearCacheWithAppID:(NSString *)appID;
// Delete local cache mini programs// Delete the local cache mini program.// @param appID appID to delete, defaults to all versions - appID to delete, defaults to all versions// @param verType the type of local cache applet to delete - the version type of the mini program to delete- (void)clearCacheWithAppID:(NSString *)appID verType:(TMAVersionType)verType;
[[TMFMiniAppSDKManager sharedInstance] clearCacheWithAppID:appId verType:verType];
Feedback