We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c734b06 commit afc25f8Copy full SHA for afc25f8
WooCommerce/Classes/AppDelegate.swift
@@ -248,6 +248,7 @@ extension AppDelegate {
248
249
/// Push Notifications: Authorization + Registration!
250
///
251
+ // periphery: ignore - Fails when build on simulator
252
func setupPushNotificationsManagerIfPossible(_ pushNotesManager: PushNotesManager, stores: StoresManager) {
253
#if targetEnvironment(simulator)
254
DDLogVerbose("👀 Push Notifications are not supported in the Simulator!")
0 commit comments