Search results for

iPadOS 17.7.7

3,648 results found

Post

Replies

Boosts

Views

Activity

Reply to Cant access new API in iOS 13.6
> I'm on Xcode 11.6 betaDid you try w/Xcode 11.5, instead, just for grins?-=-iOS & iPadOS 13.6 Beta 2 Release NotesOverviewThe iOS & iPadOS 13.6 SDK provides support to develop apps for iPhone, iPad, and iPod touch devices running iOS & iPadOS 13.6. The SDK comes bundled with Xcode 11.5, available from the Mac App Store. For information on the compatibility requirements for Xcode 11.5, see Xcode 11.5 Release Notes.HealthKitNew FeaturesNew data types are available in HealthKit to track symptoms including headaches, chills, sore throat, and more. (63148620)-=-Either way, I'd remove, then re-add the HK API, just to be sure. Don't forget to 'clean build folder' in the process.
Jun ’20
CATransition animation causes screen to black out
Use the CATransition animation to let the user scroll through the pages of a tutorial.Now in iPadOS 13.6 beta 2 this causes screen to black out for a second before the next page is shown.Does not happen with kCATransitionFade but will all other animation types.I use the kCATransitionPush with subtypes kCATransitionFromRight and kCATransitionFromLeft.Code:CATransition *animation = [CATransition animation]; [animation setDuration:0.4]; [animation setType:kCATransitionPush]; [animation setSubtype:kCATransitionFromRight]; [animation setTimingFunction:[CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionEaseInEaseOut]]; [[slidingView layer] addAnimation:animation forKey:nil];
1
0
814
Jun ’20
Reply to tvOS max Deployment Target 11.3 in Xcode 11.5
Deployment is always smallest shoe size, min, never max. 'max deployment' is like saying maximum minimum...'Deployment...' again, is the low end/minimum support value. The traditional Base SDK, aka maximum, is the highest supported OS version a given Xcode supports*. You should only be able to 'select' something lower than 13.4 in your example.Together, they work like they've always done and provide a range of support for a given project.*From the Xcode 11.5 blurb:Xcode 11.5 supports developing apps for iOS 13.5, iPadOS 13.5, tvOS 13.4, watchOS 6.2, and macOS Catalina 10.15.4
Jun ’20
Reply to My iphone 7 plus facetime and whatsapp video call is crashing in ios 13.4.1 , guys any others have this problem !?
Hi! Please check you’re on the latest iOS version. Also verify that you have updated WhatsApp to the latest version available in the App Store. Try uninstalling both apps and download them again, see if the problem is solved. I’ve attached some articles that might help. How to update iOS/iPadOS apps. - https://support.apple.com/en-us/HT202180 How to update iOS/iPadOS version. - https://support.apple.com/en-us/HT204204
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’20
Can you add a test suite to home screen webapps?
Lot of new iOS/iPadOS versions add new bugs at the OS level for home screen web apps (standalone apps). For example, on latest versions, when you search the shortcut in the hone screen, it appears but when clicked, it opens the URL in Safari and not within the standalone experience. This is just one example of many (some of them reported for years, some other maybe not reported), but it feels that with every Safari version or iOS/iPad version no one is making a basic UI test over home screen web apps. These issues seems simple to solve if someone takes ownership of the platform and decide to test it on every new version
Topic: Safari & Web SubTopic: General Tags:
0
0
336
Jun ’20
Can you add debugging tools for Service Workers?
Service Workers are difficult to debug without proper tooling. Current tools available in Safari makes it difficult to understand the lifecycle of the SW, the Cache Storage contents, to reload or remove registration and other actions. It's even more difficult when doing remote debugging to an iOS or iPadOS device where the Service Workers appears as a different context without proper explanation.
1
0
2.0k
Jun ’20
Home Screen Shortcut API ?
Are there any plans to provide an API to manage shortcut icons in the Home Screen. Currently only Safari and Shortcuts apps can create more icons in the home screen but there are many use cases where making shortcuts with a deep link into an app is actually a good idea. It's also something expectable on a more desktop-like experience such as the one today on iPadOS
1
0
711
Jun ’20
Searching 2020 forums
In the new 2020 forum software, is there a way to sort search results by date, rather than whatever the sort order is now (presumably some sort of 'relevancy' score)? Is it possible to limit search results to a specific tag? Is it possible to view an intersection of tags (e.g. iPadOS and Beta)? Apologies if this has already been asked, but it's difficult to find things here :)
4
0
787
Jun ’20
Alternate App Icon Naming for Universal Apps
What is the correct naming for iOS & iPadOS apps when you are implementing AlternateIcons ? In addition, do you need to delete assets catalogue when you offer alternate icons? I have seen that it is enough to have 2x and 3x icons but what about settings and notifications? Here is my file list and Info.plist section. <key>CFBundleIcons</key> <dict> tt<key>CFBundleAlternateIcons</key> tt<dict> tttt<key>dark</key> tttt<dict> tttttt<key>UIPrerenderedIcon</key> tttttt<false/> tttttt<key>CFBundleIconFiles</key> tttttt<array> tttttttt<string>dark</string> tttttt</array> tttt</dict> tttt<key>original</key> tttt<dict> tttttt<key>UIPrerenderedIcon</key> tttttt<false/> tttttt<key>CFBundleIconFiles</key> tttttt<array> tttttttt<string>original</string> tttttt</array> tttt</dict> tt</dict> tt<key>CFBundlePrima
1
0
2.2k
Jun ’20
Multiple Core Data stores like documents?
Background ============================== I'm building a small application currently targeting macOS 10.15, but might add iPadOS support in the future. This application is an API client for a server from another company. I have no control over the format of the returned data. This server stores and processes simple data objects, most of which would be created by the user. Each object is canonically identified by a UUID. A single server can never have two items with the same UUID, so it's great for uniquely tracking objects within a single instance of the server. The problem is a single organization may have as many as ~30 instances of this server. While they mostly store data the user specifies, they come with around 8000 pre-defined items. The pre-defined items have static UUIDs, which are the same from one instance to another. These pre-defined items are mutable, so a single UUID may not represent the same object configuration from one server instance to another. The server has a concept of session
3
0
2.1k
Jun ’20
Reply to Why is .stateRestorationActivity always nil in willConnectTo: ?
I'm observing the same behavior in my App. I return non-nil restoration activities for three windows. When reopening the app it reopens three windows, but they all end up defaulted because there's no restoration activity when reconnecting the scenes. (Catalyst only of course. This works on iPadOS and iOS) Kind of a bummer, and leads to some confusing re-open activity when the app relaunches.
Topic: App & System Services SubTopic: General Tags:
Jun ’20
iPad Pro for programming
it's rumored that Xcode is coming to iPadOS, maybe announcement in WWDC? If so, could an iPad Pro completely replace a Mac? The iPad Pro performance would be more than enough for Xcode so could be the iPad become the go-to platform for programming? Maybe more IDEs for iPadOS in the future?
2
0
5.0k
Jun ’20