Search In Apps iOS SDK Release Notes
Stay organized with collections
Save and categorize content based on your preferences.
0.4.1 - November 26, 2024
- Fixed an issue where an error could occur when archiving an app for
distribution using XCode 15 or higher. The error was caused by missing the
following keys in Info.plist:
- CFBundleShortVersionString
- CFBundleVersion
0.4.0 - November 5, 2024
- Support search repeat view.
- Support multiple client ids.
- Support component click action notification.
- Support fully customizing the height of the Google Search bottom sheet (iOS 16.0+ only).
0.3.1 - August 15, 2024
- Support accepting the API key with the iOS application restriction.
- Support the half screen Google Search bottom sheet and provide multiple
modes to adjust its height.
0.3.0 - June 18, 2024
- Support getting location-based search suggestions.
- Downgrade the min SDK version from iOS 14 to 12. The SDK will build with the
minimum supported OS iOS 12, however the SDK features will not work on
devices < iOS 14.
0.2.0 - March 5, 2024
- Added a SwiftUI view & UIKit view controller for displaying search
suggestions and trending searches.
- Deprecated access to search suggestion and trending searches text values.
- Deprecated programically showing a search results page (this is handled
automatically by the new SwiftUI & UIKit views).
0.1.0 - October 3, 2023
- Initial public release.
- Support getting search suggestions from text.
- Support getting trending searches.
- Support showing a search results page from a search suggestion or trending
search term.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-26 UTC."],[[["The Google Search iOS SDK enables developers to easily integrate Google Search functionality into their iOS applications."],["Recent updates have focused on enhancing search customization, including support for adjusting the search bottom sheet height, multiple client IDs, and location-based suggestions."],["The SDK has been updated to support XCode 15 and higher, addressing a previous archiving issue."],["The minimum SDK version has been lowered to iOS 12 for broader compatibility, while still maintaining core functionalities on iOS 14 and above."],["Initial releases provided basic search functionalities, such as fetching search suggestions, trending searches, and displaying search results."]]],["The core content outlines updates to an SDK, focusing on search functionalities and compatibility. Key actions include: fixing an archiving error in Xcode 15+ by adding missing Info.plist keys, supporting various search features like repeat views, multiple client IDs, location-based suggestions, and API key restrictions. Customizable Google Search bottom sheet height was added for iOS 16+, and minimum SDK version downgraded to iOS 12. The SDK also introduced SwiftUI and UIKit views for search suggestions. Initial features included getting search suggestions, trending searches, and displaying search results pages.\n"]]