Posts

Post marked as solved
2 Replies
1k Views
After submitting a review, I received a message saying that it was an "Invalid Binary". The problem is that no error message is included. The environment is Xcode 11.7. I don't know what's wrong. App Store Connect Dear xxxxxx, The status of your app has changed to Invalid Binary. App Name: xxxxxx App Version Number: xxxxxx App SKU: xxxxxx App Apple ID: xxxxxx To make changes to this app, go to your apps's page in My Apps in App Store Connect. If you have any questions, contact us. Best regards,  The App Store Team Additionally, I recently added the Google IMA library(3.12.0~3.12.1). Could this be the problem?
Posted Last updated
.
Post not yet marked as solved
1 Replies
1.2k Views
KCMTextMarkupAttribute_RelativeFontSize does not work in AVPlayer's textStyleRules property.This worked fine in iOS 12 and below.Is anyone happening like me?var fontSize: CGFloat = 120.0 ... var rules: [AVTextStyleRule] = [] if let fontSize = AVTextStyleRule(textMarkupAttributes: [kCMTextMarkupAttribute_RelativeFontSize as String : fontSize * heightRatio]) { rules.append(fontSize) } item.textStyleRules = rules
Posted Last updated
.