Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will it be compatible with ios8? #72

Closed
last-Programmer opened this issue Sep 1, 2014 · 5 comments
Closed

Will it be compatible with ios8? #72

last-Programmer opened this issue Sep 1, 2014 · 5 comments

Comments

@last-Programmer
Copy link

I tried to use this in ios8 beta and it seems to be that it is not working. Will it be made compaitble with ios8 when it is released?

Thank You

@lhunath
Copy link
Owner

lhunath commented Sep 3, 2014

I will not be able to invest time into investigating and possible rewriting UbiquityStoreManager for iOS 8. At this point, I'm hoping other users of this project will be able to step up and prepare the project for adoption under iOS 8 for now.

@lhunath lhunath closed this as completed Sep 3, 2014
@neilt
Copy link

neilt commented Sep 3, 2014

According to the “What’s New in Core Data” presentation at WWDC 14 all changes to iCloud with respect to Core Data should be transparent to developers. But a few sentences later she adds ‘provided you use the patterns presented at WWDC 13'.

To me this seems to mean that if you are using the iOS 7 APIs and not the old APIs left over from iOS 6, UbiquityStoreManager should work fine. IIRC there are two store formats and I would guess initially that the only changes required are to deprecate the old iOS 6 stuff, which is fine with me as I do not intend to support anything less than iOS 8 for my new releases.

Maarten, would you please elaborate about what you initially think about the above statement and its impact on UbiquityStoreManager.

Thank you.
Neil

On Sep 1, 2014, at 8:06 AM, rbmanian75 [email protected] wrote:

I tried to use this in ios8 beta and it seems to be that it is not working. Will it be made compaitble with is8 when it is released?

Thank You


Reply to this email directly or view it on GitHub.

@lhunath
Copy link
Owner

lhunath commented Sep 3, 2014

From this I would assume that USM should continue to work as it did under iOS 7. And until somebody makes an issue or comments that they're seeing iOS 8 specific problems I would assume USM is good to go on iOS 8. No promises, though, since I haven't even tested it myself. I don't expect the iOS 6 compatibility code in USM will be an issue either.

@neilt
Copy link

neilt commented Sep 3, 2014

Thank you.
Neil

On Sep 3, 2014, at 10:26 AM, Maarten Billemont [email protected] wrote:

From this I would assume that USM should continue to work as it did under iOS 7. And until somebody makes an issue or comments that they're seeing iOS 8 specific problems I would assume USM is good to go on iOS 8. No promises, though, since I haven't even tested it myself. I don't expect the iOS 6 compatibility code in USM will be an issue either.


Reply to this email directly or view it on GitHub.

@last-Programmer
Copy link
Author

I have updated the bug in this thread #73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants