File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1032,7 +1032,7 @@ void main() {
1032
1032
if (defaultTargetPlatform == TargetPlatform .android) {
1033
1033
checkLastRequestFcm (token: '012abc' );
1034
1034
} else {
1035
- checkLastRequestApns (token: '012abc' , appid: 'com.zulip.flutter' );
1035
+ checkLastRequestApns (token: '012abc' , appid: await testBinding. getAppBundleId () );
1036
1036
}
1037
1037
1038
1038
if (defaultTargetPlatform == TargetPlatform .android) {
@@ -1071,7 +1071,7 @@ void main() {
1071
1071
if (defaultTargetPlatform == TargetPlatform .android) {
1072
1072
checkLastRequestFcm (token: '012abc' );
1073
1073
} else {
1074
- checkLastRequestApns (token: '012abc' , appid: 'com.zulip.flutter' );
1074
+ checkLastRequestApns (token: '012abc' , appid: await testBinding. getAppBundleId () );
1075
1075
}
1076
1076
1077
1077
if (defaultTargetPlatform == TargetPlatform .android) {
You can’t perform that action at this time.
0 commit comments