File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/messaging/ios/RNFBMessaging Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -173,8 +173,9 @@ - (NSDictionary *)constantsToExport {
173
173
resolve ([NSNull null ]);
174
174
return ;
175
175
#endif
176
- DLog (@" RNFBMessaging getAPNSToken - ARM64 Simulator detected, but no APNS token set. Assuming "
177
- @" APNS token is possible. macOS13+ / iOS16+ / M1 mac required for assumption to be valid. "
176
+ DLog (@" RNFBMessaging getAPNSToken - ARM64 Simulator detected, but no APNS token available. "
177
+ @" APNS token may be possible. macOS13+ / iOS16+ / M1 mac required for assumption to be "
178
+ @" valid. "
178
179
@" Use setAPNSToken in testing if needed." );
179
180
#endif
180
181
if ([UIApplication sharedApplication ].isRegisteredForRemoteNotifications == NO ) {
@@ -188,6 +189,7 @@ - (NSDictionary *)constantsToExport {
188
189
}];
189
190
return ;
190
191
}
192
+ resolve ([NSNull null ]);
191
193
}
192
194
}
193
195
You can’t perform that action at this time.
0 commit comments