灰尘精灵

Results 8 comments of 灰尘精灵

> Why is SwiftyStoreKit.localReceiptData empty after successful purchase > > I don’t see the problem on iOS, but it often appears on MacOS Did you get the solution? am facing...

> 哥哥姐姐们啊,转屏问题麻烦看看readme里转屏适配啊 func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask { let orientationMask: ZFInterfaceOrientationMask = ZFLandscapeRotationManager.supportedInterfaceOrientations(for: window) as ZFInterfaceOrientationMask if orientationMask != .unknow { //报错 'unknow' is unavailable: use...

func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask { var orientationMask: ZFInterfaceOrientationMask = .portrait if #available(iOS 16.0, *) { orientationMask = ZFLandscapeRotationManager_iOS16.supportedInterfaceOrientations(for: window) }else if #available(iOS 15.0, *) {...

> > ``` > > func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask { > > > > var orientationMask: ZFInterfaceOrientationMask = .portrait > > if #available(iOS 16.0, *)...

I meet this problem