use of undeclared identifier 'UIUserNotificationSettings'
I am attempting to push an update of my existing app to the Apple App Store. I export the Xcode from Appery and upon compiling in Xcode, I get the error "use of undeclared identifier 'UIUserNotificationSettings', as well as the error "no visible @interface for 'UIApplication' declares the selector 'registerForRemoteNotifications'".
I'm using the Appery library version 2.1.
The app won't compile, so I'm unable to submit my app update. Any help is greatly appreciated.
Thanks,