TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

iCloud for Developers

99 点作者 metaedge将近 11 年前

9 条评论

jws将近 11 年前
In the iCloud world, a user pays for his storage space directly to Apple. That will be an interesting shift for startups. There will be no backend expenses on a per user basis.<p>How to monetize the user is still wide open, but Apple will be covering the storage and server tab. (With money added from heavy users. Casual users needn&#x27;t pay.)<p>The dark side of this is that there doesn&#x27;t appear to be a way for a browser or non-Apple product to interact with the stored data. So you trade free backend servers for writing software only for Apple customers and even then not when they sit down at a borrowed machine.
评论 #7839137 未加载
评论 #7838268 未加载
评论 #7838650 未加载
评论 #7838120 未加载
zackmorris将近 11 年前
I wrote an iOS app using Core Data and iCloud, and it was the worst experience I&#x27;ve had so far developing for the platform. From top to bottom, the Core Data concepts are simultaneously too low-level and too opaque. I found myself copying multi-page code snippets from the web and hoping they would work. Basic concepts like merging conflicts were obfuscated and brittle. Contrast that with Firebase, which has been a real pleasure to use.<p>So I&#x27;m hopeful that CloudKit will address these issues. Versioned schemas are great for updates but hard to get working initially. I&#x27;m sure iCloud has a lot of good ideas like that, but up till now they were simply too esoteric to get a handle on, and I think the general consensus was to avoid iCloud until it was ready for primetime.
评论 #7838505 未加载
badman_ting将近 11 年前
They&#x27;re discussing CloudKit now at WWDC. This sounds great - and could take a noticeable chunk of business from current cloud providers. This looks like a smart move from Apple. It only got about a minute and a half during the Keynote, ha.
moyaRD将近 11 年前
CloudKit is very exciting.Appears to have a very narrow scope , IOS only App with a simple Web service. But for those developer looking to develop only for iPhone customers, it will be great to write all code with a single language and single platform on the client and server. This desire exist out there with web platform like node.js, that seek to united the discrepancy between the client and server development in mobile applications. Will love to try this out, and if work properly , free myself from azure&#x2F;amazon EC2 in simple iOS apps.
k-mcgrady将近 11 年前
Sounds like Parse but iOS only. It&#x27;ll make things a hell of a lot easier for a lot of people though. I wonder what the procedure would be if your app takes off and you want to go cross platform.
iambateman将近 11 年前
Question: who owns the data stored with iCloud? Do developers still get to own their data, or is it going to be subject to sniffing from Apple?
评论 #7837679 未加载
评论 #7838015 未加载
评论 #7837975 未加载
spacefight将近 11 年前
I wonder who as a developer really loves more and more vendor lock-in than what we already have...? Where would you store your app data for your other platforms like Android or WP?
vladgur将近 11 年前
so from what I can see(and i did a very very cursory overview) , there are no web apis for icloud :( no cross platform integration i guess
onmydesk将近 11 年前
iOS only. Parse it is then.