Kostas Karagiannis

Results 28 comments of Kostas Karagiannis

Which product did you try to create? Phone cases? Take a look at the example projects: https://github.com/OceanLabs/Example-Kite-iOS-Cocoapods https://github.com/OceanLabs/Example-Kite-iOS-Cocoapods-Objc Those seem to work fine with the latest version of Kite, Cocoapods...

Please let us know if this is still an issue in the latest version, v7.0.0.

Hi @BillyJohn3, There doesn't seem to be a problem with signed S3 URLs. Just make sure they don't expire by the time the order is submitted. If that's not the...

Your code seems fine, and if you can see the assets on the product previews you have probably done everything correctly. I will continue looking into this issue. In the...

Hi, Sorry for the late reply. I still can't replicate your issue. If you have some time, can you set a breakpoint on this line: https://github.com/OceanLabs/iOS-Print-SDK/blob/master/Kite-SDK/PSPrintSDK/OLAssetUploadRequest.m#L126 and see what the...

Often PayPal's test environment is flaky. I've never seen it dismiss without any feedback though. I tried it now and it seems fine. Can you give it another try?

The new version, v7.0.0, which includes the new checkout experience is now live. Please let us know if this is still an issue.

Yes is expected that when a Connect device takes over playback that AppRemote will disconnect. It is also expected that when connecting again, the playback will switch over to the...

Shazam is using an older SDK that is no longer supported. The experience you are currently seeing is the supported one.

You can get the currently playing track by getting the `playerState`: https://spotify.github.io/ios-sdk/html/Protocols/SPTAppRemotePlayerAPI.html#//api/name/getPlayerState: Within PlayerState, inspect the `track` field.