You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the 3.12.10 version
When I call + (void)promptForPushNotificationsWithUserResponse:(OSUserResponseBlock)block fallbackToSettings:(BOOL)fallback;
And the Cancel button is clicked the block is being called without any information the dialog was canceled typedef void(^OSUserResponseBlock)(BOOL accepted);
When the user hit cancel the block shouldn't be called or it should give back a cancelled flag