Post

Replies

Boosts

Views

Activity

tvOS14, custom playback events aren't visible in javascript environment
Hi, after update to tvOS14 I noticed that custom events that are dispatched by TVPlayer instance are not visible from JavaScript environment. Before update to tvOS14 everything worked fine. Something was changed in meantime? Did anyone observe that behaviour too? tvplayer.dispatch(event: TVPlaybackEvent(rawValue: "customEvent"), userInfo: properties) { (feedback) in ..... } and in TypeScript we register simple event listener: player.addEventListener("customEvent", async event => { ... }
1
0
752
Sep ’20
cloudkit - prices
Hi,I need to have a fresh look about some stuff with cloudkit storage. Maybe someone have more experience than me and can help me. My app needs to store a lot of assets(per user) in shared container.My first thought was - why should I not use cloudkit? - and then I did it.Implementation of it was really nice and I'm happy about it.But I have some worries from the other side. Number of users in app, number of stored datas are really hard to estimate. and what with pricing? I see that apple pushes some limitation about storage usage:10GB asset storage, 2GB data transfer.I'm worried how prices will look when I cross the border.Maybe someone has some experience with it? How it looks on the "real" side? Should I be worried about these prices? maybe should I think about some other solution instead of cloudkit?Thanks
2
0
1.1k
Mar ’16