diff --git a/ios/Classes/MopPlugin.m b/ios/Classes/MopPlugin.m index 2532b7d..f62cda1 100644 --- a/ios/Classes/MopPlugin.m +++ b/ios/Classes/MopPlugin.m @@ -67,7 +67,7 @@ static MopPlugin *_instance; _instance.shareAppletMethodChannel = appletShareChannel; //phiz FlutterMethodChannel* phizChannel = [FlutterMethodChannel - methodChannelWithName:@"miniProgram" + methodChannelWithName:@"Phiz" binaryMessenger:[registrar messenger]]; [registrar addMethodCallDelegate:_instance channel:phizChannel]; _instance.phizMethodChannel = phizChannel;