BranchMetrics / ios-branch-deep-linking-attribution

The Branch iOS SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.
https://help.branch.io/developers-hub/docs/ios-sdk-overview
MIT License
728 stars 229 forks source link

Fix for GHA time out issue on tvOS #1259

Closed NidhiDixit09 closed 1 year ago

NidhiDixit09 commented 1 year ago

Reference

SDK-1964 -- iOS SDK GHAs sometimes waits indefinitely for tvOS simulators. https://branch.atlassian.net/browse/SDK-1964

Summary

Changed disable tracking to false. True was making integration tests to hang on GH runners for tvOS. Though its working fine locally.

Type Of Change

Testing Instructions

Run GHA "Pre Release SDK Integration Tests". It should finish tests execution in 15-20 minutes For fake/empty commits use following command - git commit --allow-empty -m "Trigger Build for testing"

cc @BranchMetrics/saas-sdk-devs for visibility.