matomo-org / matomo-sdk-ios

Matomo iOS, tvOS and macOS SDK: a Matomo tracker written in Swift
MIT License
388 stars 164 forks source link

Rewrite Documentation to match new Swift-sdk-usage #125

Closed brototyp closed 7 years ago

abellee commented 7 years ago

has the swift sdk done?

brototyp commented 7 years ago

Hello @abellee, thanks for your message. The swift sdk is not ready yet. With the latest merged pull request in the 'swift3' branch it is possible to send the first analytics data. Once we have the basic metrics (i guess views and events), we will release a first version and add features with incremental updates.

abellee commented 7 years ago

@brototyp so happy to hear that. so when will you release the first version?

brototyp commented 7 years ago

@abellee Its hard to anticipate (as you see with the current Swift 3 Rewrite Milestone) because we are just a very small team involved in the process now. I don't want to make any promise, but I hope we will have a first version in about two weeks.

abellee commented 7 years ago

@brototyp ok, bravo!

brototyp commented 7 years ago

@abellee You are very welcome to join us. We are still looking for everyone who wants to be involved in adding features, reviewing code, writing documentation or just testing.

abellee commented 7 years ago

@brototyp I have no so much time to help you guys to improve features, but I can use this lib in our products to make testing, and I will post all my problems.

brototyp commented 7 years ago

@abellee Sounds great, thanks!

brototyp commented 7 years ago

Hey @abellee, I just merged the PiwikSDK 4.0.0-alpha1 branch. Please have a look at the readme and try it out. I will not be able to be very active in the next ~3 weeks. But please let us know if there are any issues and what features you want to see implemented next.

abellee commented 7 years ago

@brototyp I use the pod 'PiwikTracker', branch: 'swift3' in my podfile, and then pod install, but the pod shows me [!] Unknown external source parameters forPiwikTracker:{:branch=>"swift3"}``

abellee commented 7 years ago

@brototyp finally, I only have to add the files manually

brototyp commented 7 years ago

@abellee That was my fault. If you want to define a specific branch in a Podfile, one also has to define the repository. pod 'PiwikTracker', git: 'https://github.com/piwik/piwik-sdk-ios.git', branch: 'swift3' Fixed it in the readme as well.

Did you find any issues or things that can be improved?