Closed Elevencode closed 10 months ago
I added the necessary lines to the Info.plist file:
Info.plist
... <array> <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> <key>UISupportedInterfaceOrientations~ipad</key> <array> <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortraitUpsideDown</string> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> <key>UIViewControllerBasedStatusBarAppearance</key> <false/> <key>UIBackgroundModes</key> <array> <string>remote-notification</string> </array> </dict> </plist>
After that the notifications stopped coming.
The problem was on my side, I'm sorry
I added the necessary lines to the
Info.plist
file:After that the notifications stopped coming.