Bob S.15 Collaborator | Level 9

Comments

  • OK thanks. My apps are still using the same ancient SDK from around 2010 probably. I would like to change over to the new SDK but I don't have time right now due to another project. Hopefully I can find the time to try and make the switch. Bob
  • So if I have an app in the App Store that uses those old API's, is it going to stop working this month?
  • Was that a sarcastic 'great'? Isn't that sort of bad that I am still on the API from 2010? For now I just turned Bitcode support off in my projects, my apps are super small anyway so it wouldn't make much difference. I've submitted my update using the still-working ancient API calls. But I guess I need to get to work on…
  • Hi Gregory, Ha -- now that I look at the documentation, it is not the Sync API I am using but the original API from 2010! I figured that it would stop being supported eventually. For years I have gotten the warning that uploadFile: toPath: fromPath: was deprecated, but there didn't ever seem to be a simple replacement for…
  • Hi Gregory, Ha -- now that I look at the documentation, it is not the Sync API I am using but the original API from 2010! I figured that it would stop being supported eventually. For years I have gotten the warning that [[self restClient] uploadFile: toPath: fromPath:] was deprecated, but there didn't ever seem to be a…
  • Hi I am having to recompile my app for iOS 9 and am getting this error. I didn't know you were stopping support for the Sync library. Ugh is it hard to replace the old with the new? I don't need any fancy capabilities just the basic functionality of what the old library provided.