newrelic / newrelic-ios-agent

New Relic agent SDK for iOS apps
Apache License 2.0
9 stars 6 forks source link

WatchOS Minimum Deployment Target #305

Open nickruddeni opened 1 week ago

nickruddeni commented 1 week ago

Hi, we're integrating the new WatchOS agent (thanks for adding that). The minimum deployment target for the agent is currently set to 10. Our app currently has WatchOS 9 as a minimum deployment target and ideally we'd like to keep it that way as we typically stick with the N - 2 approach for supported versions and we still have a number of watch app users using 9.

Question is: Can we definitely not reliably use the WatchOS agent on iOS 9? Or are there specific features or APIs we can avoid to use it safely? We are essentially only using the agent for logging custom events on the watch.

Thanks

mbruin-NR commented 4 days ago

Thank you for your question from it I discovered that our project minimumDeployment is different from the cocoa pods and spm. Also to answer your question I checked our api usage and didn't find an area that would cause an issue for watchOS 9.