Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull IDFA if it has changed and rebuild context if necessary. #982

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

bsneed
Copy link
Contributor

@bsneed bsneed commented Jan 27, 2021

  • Fixes issue where IDFA is not updated until after a user has left the app and returned.
  • Check IDFA values if ad-tracking enabled to determine if context needs to be rebuilt.

@alanjcharles alanjcharles merged commit 018ebe4 into master Jan 27, 2021
@@ -27,6 +27,7 @@ @interface SEGAnalytics ()
@property (nonatomic, strong) SEGStoreKitTracker *storeKitTracker;
@property (nonatomic, strong) SEGIntegrationsManager *integrationsManager;
@property (nonatomic, strong) SEGMiddlewareRunner *runner;
@property (nonatomic, strong) NSString *lastIDFA;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be copy instead of strong?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, will fix on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants