Wojciech Kulik

Results 108 comments of Wojciech Kulik

+1 missing `reloadTimelines` will make new widgets implementation really annoying.

@t9mike I'm not sure if you noticed but this question on StackOverflow was created by me 😂 Btw. I've already implemented and published new version with widgets (and Apple Watch...

I successfully managed to add native watchOS to my Xamarin xcarchive and publish it on App Store. Instruction: 1. Archive Xamarin project 2. Archive native watchOS project (make sure that...

@t9mike I don't have unfortunately Apple Watch, so I can't say. If you wish you can try to install my app and check this. However, this app is only available...

@t9mike that's strange, thanks for letting me know. And what watchOS it was? My app supports watchOS 7+. Let me know if you find out the root cause, thanks!

It is solvable. The curve doesn't have to be pixel perfect, however as you can see on the screenshot the curve doesn't have turns in the middle of points. I...

Yes, it's not a problem, you can instantiate `PurchaseController` from both coordinators or you can extract this code to another class and pass it as a dependency to your coordinator....

Hi, I don't know how your code looks like. But as the error says, you have a `nil` value in `AppCoordinator.swift, line 29`. Make sure you call `AppDelegate.container.registerDependencies()` before using...

I was trying to add `?? MGLAccountManager.accessToken` in `init` in `Directions.swift` but I see that you don't have access to the Mapbox module there.

@vouksh I have found a universal solution for all Xamarin problems, I rewrote my app to native. It took 3 weeks and all problems are gone :). I had too...