7.0.0
- Update iOS SDK version to 17.0.0
- Set minimum iOS version to 15
⚠️ Codesigning issue with Intercom
A certificate used to sign our SDK was accidentally revoked on April 5th, leading to the invalidation of previously released SDK versions. This incident has caused errors during the integration of our SDK. We sincerely apologise for any inconvenience caused.
To address this issue, we have re-signed and updated all impacted versions to address these issues.
Below are detailed instructions to help you resolve the issue if you are impacted:
For Customers Integrating via Cocoapods:
- Begin by removing the current version of the Intercom pod. This is achieved by commenting out the Intercom pod line in your Podfile, then running
pod install
. The output should indicate "Removing Intercom." - Next, clear the cached versions of the Intercom SDK by running
pod cache clean 'Intercom' --all
in your repository. - Re-include the Intercom pod in your Podfile by uncommenting the previously commented line.
- Finally, run
pod install
again. A new, valid copy of the SDK will be installed.
If any issues arise during this process, running pod repo update
before reinstalling the pod may be beneficial. This ensures that you have the latest podspecs from the CocoaPods repository.