Webp images work on iOS and iPadOS. But it doesn't work on tvOS.
In fact, Apple say that:
But why doesn't it happen? Is there a way that it works on tvOS?
Post
Replies
Boosts
Views
Activity
CFBundleSpokenName = "Apple 123"
CFBundleName = "Apple"
Accessibility Bundle Name don't work without opening app. When I touch the application on device home screen, voiceover reads the app as "Apple". After the app launched, it reads as "Apple 123". I want reading as "Apple 123" on home screen, too. Can you help me?
My device language is arabic. But my app language is english. I apply a locale to the datepicker.
datePicker.locale = Locale(identifier: "en")
datePicker.calendar.locale = Locale(identifier: "en")
Then, while months are english , the days are not being localized. Is there a solution to make the days in english? (Problem is in iOS 15, in iOS 16 it works true)
I want to get info current keyboard type when user change keyboard type on it. For example, passed from numbers to letters. I want to get letter type. How to do this?
Secondly, can I open keyboard with its numbers side or letters side programmatically?
I am developing tv app. I use native searchbar. But spaces is occuring at left and right of screen. Views looks cut off. I want to remove this spaces. I ran into this issue for both swiftui and uikit. Do you help me?
@Published var value: String = ""
Views don't update with @Published data on subclasses of ObservableObject class for iOS 14 while it works for iOS 15. I try following code as workaround:
var value: String = "" {
willSet { objectWillChange.send() }
}
This works, but does anyone have any better suggestions?
In SwiftUI, I want to set border to a view and radius to only specific corner of it. I didn't achive this. Help me, please.
I use webview and loadHTMLString. But UIWebview content size generally is wrong for iphone 12+ and version 15+. It is well for other device. Can you help me?,
As soon as a push certificate expires, notifications are directly affected it? So any user can't get notifications?
"From Apple
2. 1 Performance: App Completeness
Guideline 2.1 - Information NeededBefore we can proceed with the review of your app, we need additional information about how it complies with Guideline 1.3.Next StepsTo help us proceed with the review of your app, please provide complete and detailed responses to the following questions.• Does your app include third-party analytics? If so, please provide details about what data is collected for this purpose.
• Does your app include third-party advertising? If so, please provide a link to the ad network’s publicly-documented practices and policies for kids apps.
• Will the data be shared with any third parties? If so, for what purposes and where will this information be stored?
• Is your app collecting any user or device data for purposes beyond third-party analytics or third-party advertising? If so, please provide a complete and clear explanation of all planned uses of this data.Once you reply to this message in Resolution Center with the requested information, we can proceed with your app’s review.Since your App Store Connect status is Metadata Rejected, we do NOT require a new binary. To revise the metadata, visit App Store Connect to select your app and revise the desired metadata values. Once you’ve completed all changes, reply to this message in Resolution Center and we will continue the review."
Hello, I submitted new version to app store without making changes analytics related.I got this message. I don't understand it. Help me, please. Thank you.