PostHog / posthog-ios

PostHog iOS SDK
https://posthog.com/docs/libraries/ios
MIT License
35 stars 41 forks source link

Compatibility with iOS SDK v2 #83

Closed marandaneto closed 11 months ago

marandaneto commented 11 months ago

What does this PR do?

Compatibility with iOS SDK v2, move the old queue to the new queue and delete the old files

Where should the reviewer start?

How should this be manually tested?

Any background context you want to provide?

The iOS SDK previously didn't support multiple SDKs running at the same time since there's no apiKey or tag within the caching path (well they would share the same folder and it'd be a mess). If we want to add support for it, we can make it in another PR, but I'd not block the first release because of that since there's no support already.

What are the relevant tickets?

Screenshots or screencasts (if UI/UX change)

Questions: