-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Feature Request
Plugin
capacitor-google-maps
Description
Google Maps Platform will stop releasing new iOS SDK versions via CocoaPods starting Q2 2026 and will support only Swift Package Manager (SPM) or manual installation for version 11 and later. The plugin currently likely uses CocoaPods for iOS SDK integration. Migration to SPM is necessary to continue receiving updates, bug fixes, and new features for Google Maps iOS SDKs.
Platform(s)
iOS
Preferred Solution
Support and guidance for migrating the plugin's iOS SDK dependencies from CocoaPods to Swift Package Manager, enabling developers to switch easily without breaking their projects. Optionally, provide a manual installation alternative.
Additional Context
Google announced the deprecation of CocoaPods support for Google Maps iOS SDKs starting Q2 2026, favoring Swift Package Manager instead. This affects Maps SDK for iOS, Places SDK, Navigation SDK, and Fleet Engine. The plugin’s timely update to remain compatible with these changes is crucial to avoid disruptions.
Alternatives
Continue using CocoaPods, understanding that no new Google Maps iOS SDK versions will be available after Q2 2026, resulting in missing features and critical fixes.