Posts

Post not yet marked as solved
2 Replies
956 Views
del
Posted
by depresjon.
Last updated
.
Post not yet marked as solved
1 Replies
1.8k Views
KPop/K-pop is just a genre of music (Korean pop music)So I'm not sure what is wrong with that... Why do I need to attach some documentary evidence for the genre of music?The full message from Resolution Center:Guideline 4.1 - Design - CopycatsYour app or its metadata appears to contain misleading content.Specifically, your app includes content that resembles KPop without the necessary authorization.Next StepsYou may attach documentary evidence in the App Review Information section in App Store Connect. In accordance with section 3.2(f) of the Apple Developer Program License Agreement, you acknowledge that submitting falsified or fraudulent documentation can result in the termination of your Apple Developer Program account and the removal of your apps from the App Store. Once Legal has reviewed your documentation and confirms its validity, we will proceed with the review of your app.Alternatively, please remove the third-party content from your app and its metadata.
Posted
by depresjon.
Last updated
.
Post not yet marked as solved
1 Replies
850 Views
Reproduce (bug only with iPhone devices <= 8, works ok with iPhone X* devices):1. Open search bar (by clicking search item on top bar) in portrait mode@IBAction func onSearchBarItemClicked(_ sender: UIBarButtonItem) { present(searchController, animated: true, completion: nil) }https://i.stack.imgur.com/nE7eT.png2. Rotate device to landscape positionhttps://i.stack.imgur.com/agf8V.png3. Rotate back to portrait positionhttps://i.stack.imgur.com/SZ1WD.pngNow it's below status bar and it overlaps the content at bottomHow can I fix it?UISearchController: searchController = UISearchController(searchResultsController: nil) searchController.hidesNavigationBarDuringPresentation = false searchController.dimsBackgroundDuringPresentation = false searchController.searchBar.keyboardType = UIKeyboardType.asciiCapable searchController.searchBar.delegate = self
Posted
by depresjon.
Last updated
.
Post not yet marked as solved
2 Replies
2.2k Views
Or good quality is only possible with official YouTube app on iOS?I was trying to use the next iOS libraries to play YouTube in my app but it always chooses mediumquality and it can't be changedhttps://github.com/youtube/youtube-ios-player-helperhttps://github.com/gilesvangruisen/Swift-YouTube-PlayerYouTube IFrame API methods don't change anything:player.setPlaybackQuality(suggestedQuality:String):VoidloadVideoById({'videoId': 'bHQqvYy5KYo', 'suggestedQuality': 'large'});Safari browser from iPhone Simulator XR (iOS 12.2)I'm trying to change quality for a video which definitely has Full HD quality but 360p as maximum is only available when I test in Safari app:https://i.stack.imgur.com/UM5yx.pngSafari browser from iPhone Simulator XR (iOS 12.2)Tested on real device (iPhone 6s) - the same problem, only official YouTube app allows to set normal quality.Chrome Browser also doesn't allow to change qualityvar qualities = player.getAvailableQualityLevels();it returns medium, auto for full hd videos
Posted
by depresjon.
Last updated
.