Posts

Post not yet marked as solved
2 Replies
3.5k Views
Hi,App crash with error:*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[VideoW.MenuScene playerItemDidReachEnd:]: unrecognized selector sent to instance 0x7f92ee407090' *** First throw call stack: ( 0 CoreFoundation 0x0000000102f9bc7b __exceptionPreprocess + 331 1 libobjc.A.dylib 0x000000010211dac5 objc_exception_throw + 48 2 CoreFoundation 0x0000000102fba034 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132 3 CoreFoundation 0x0000000102fa09c3 ___forwarding___ + 1443 4 CoreFoundation 0x0000000102fa27b8 _CF_forwarding_prep_0 + 120 5 CoreFoundation 0x0000000102eddb9c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12 6 CoreFoundation 0x0000000102edd01f _CFXRegistrationPost + 447 7 CoreFoundation 0x0000000102edcd63 ___CFXNotificationPost_block_invoke + 227 8 CoreFoundation 0x0000000102fc0b62 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1858 9 CoreFoundation 0x0000000102edc6b1 _CFXNotificationPost + 977 10 AVFoundation 0x0000000102b05055 __avplayeritem_fpItemNotificationCallback_block_invoke + 5586 11 libdispatch.dylib 0x0000000106a82d7f _dispatch_call_block_and_release + 12 12 libdispatch.dylib 0x0000000106a83db5 _dispatch_client_callout + 8 13 libdispatch.dylib 0x0000000106a91080 _dispatch_main_queue_callback_4CF + 1540 14 CoreFoundation 0x0000000102f02e59 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9 15 CoreFoundation 0x0000000102efd506 __CFRunLoopRun + 2310 16 CoreFoundation 0x0000000102efc8b2 CFRunLoopRunSpecific + 626 17 GraphicsServices 0x00000001091fa2fe GSEventRunModal + 65 18 UIKitCore 0x000000010ef695f5 UIApplicationMain + 140 19 VideoWallpaper 0x000000010179f9cb main + 75 20 libdyld.dylib 0x0000000106af8771 start + 1 ) libc++abi.dylib: terminating with uncaught exception of type NSExceptionCode:func playVideo(filename: String) { let path = Bundle.main.path(forResource: filename, ofType:"mp4")! player = AVPlayer(url: NSURL(fileURLWithPath: path) as URL) playerLayer = AVPlayerLayer(player: player) playerLayer.frame = CGRect(x: 880, y: 270, width: 960, height: 540) scene!.view!.layer.addSublayer(playerLayer) player.actionAtItemEnd = .none player.play() DispatchQueue.main.async { NotificationCenter.default.addObserver(self, selector: Selector(("playerItemDidReachEnd:")), name: NSNotification.Name.AVPlayerItemDidPlayToEndTime , object: self.player.currentItem) } }func playerItemDidReachEnd(notification: NSNotification) { print("repeating...") let seconds : Int64 = 0 let preferredTimeScale : Int32 = 1 let seekTime : CMTime = CMTimeMake(value: seconds, timescale: preferredTimeScale) player.seek(to: seekTime) player.play() }Don't understand what's wrong...
Posted
by Squall260.
Last updated
.
Post not yet marked as solved
0 Replies
300 Views
Hi,I have app with subscriptions (week, month & year). Yesterday in my stats appears strange refund.In Subscription -> Summary I see 1 refundhttps://www.dropbox.com/s/fep6licwa3myhcu/Screenshot%202020-02-10%20at%2016.01.56.png?dl=0In Sales -> Units I see "-8" in graphics and -4 in stats if I fltered by territoty.https://www.dropbox.com/s/tiwb89tc2bujofc/Screenshot%202020-02-10%20at%2016.04.18.png?dl=0https://www.dropbox.com/s/pyjgk50f1hrbu29/Screenshot%202020-02-10%20at%2016.05.16.png?dl=0I don't understand what this mean. Is it correct ? Where I can send message about it, for check ?Thanks
Posted
by Squall260.
Last updated
.
Post not yet marked as solved
0 Replies
368 Views
Hi,I try upload my Stickers pack to iTunes Connect but got error - "Missing bundle display name. The Info.plist key CFBundleDisplayName is missing or has an empty value in the bundle with bundle identifier 'com.yourorg.Stickers'.""But in Stickers pack template no info.plist and I can't add "Missing bundle display name" to plist fileHow I can solve this problem ?Missing bundle display nameHi,
Posted
by Squall260.
Last updated
.
Post not yet marked as solved
2 Replies
1.5k Views
Found app example for tvOS on Swift 2. Tried buid with Swift 4, of course appeared many errors. Part of errors fixed with XCode, part fixed with google. Now have only 2 errors, but I can't find solutionErrorDeclaration 'pressesEnded(presses:withEvent:)' has different argument labels from any potential overridesCode:override func pressesEnded(presses: Set<UIPress>, withEvent event: UIPressesEvent?) { if presses.first?.type == UIPressType.menu { if let _ = (self.view as? SKView)?.scene as? MenuScene { // default behaviour [exit to apple tv home] super.pressesEnded(presses, with: event) } } else { // default behaviour [exit to apple tv home] super.pressesEnded(presses, with: event) } } override func pressesBegan(presses: Set<UIPress>, withEvent event: UIPressesEvent?) { if presses.first?.type == UIPressType.menu { if let _ = (self.view as? SKView)?.scene as? MenuScene { // default behaviour [exit to apple tv home] super.pressesBegan(presses, with: event) } else if let scene = (self.view as? SKView)?.scene as? GameScene { scene.returnToMenu() } } else { // default behaviour [exit to apple tv home] super.pressesBegan(presses, with: event) } }
Posted
by Squall260.
Last updated
.
Post not yet marked as solved
2 Replies
1.6k Views
Hi,I have 50+ stickers pack for iMessage. In 2018 years I tried publish stickers for WhatsApp and got reject 4.3 SPAM. After it all my new stickers packs for iMessage got reject with same description too. In description was said that I can create container app where I can include all my stickers.In January 2019 I published container app. It was approved.After it each my new updates for this app got reject as 4.3 Spam with suggesion to create container app. Each time I wrote in Resolution center, that this app is container app and all updates always was aproved.Now I created 3 brand new apps which have different functionality, not contain any stickers, and even not for iMessage. But for all apps I still got reject 4.3 SPAM with suggesion to create container app.After I wrote in Resolution center, 2 of 3 apps was approved, but for last one (app for Yoga) I got message that I should provide some evidents for my bussines,"To help us proceed with the review of your app, please provide documentation demonstrating ownership of the business. Please be sure to include dates, rights holders' names, you/your company's name, and relevant signatures.Acceptable documentation includes a copy of ownership between you (the provider) and with the copyright holder (the seller), detailing your affiliation with the business."But I don't have any bussines, I just create my own app with my own design. How it can be possible ?What means resolution center about bussines ? Is Review team check app before reject ? Because after 3 rejects with app which not include stickers I'm not sure about it.
Posted
by Squall260.
Last updated
.