Does ArcGIS Online have a version or is it only referenced by Month/Year, which is all I see on What's new?
Is there a compatibility matrix that shows the ArcGIS Online releases with their compatible ArcGIS Desktop versions?
Does ArcGIS Online have a version or is it only referenced by Month/Year, which is all I see on What's new?
Is there a compatibility matrix that shows the ArcGIS Online releases with their compatible ArcGIS Desktop versions?
There is a version available indeed. Go to:
http://%youragolorg%.maps.arcgis.com/sharing/rest?f=json
This would give you:
{"currentVersion":"3.9"}
This information is accessible via REST API, look for Root in case you want to access this information programmatically. Check the ArcREST Python package for administering your ArcGIS Online or Portal organization; I use it daily for about half a year, couldn't be more happy about it.
I don't think there is a matrix that says "you can publish features from ArcGIS 10.2 to AGOL 3.7+" though. What we do know though, is that starting with 10.1, you can publish to ArcGIS Online (in 10.0 there was no menu File > Share As > Service). So if you are on 10.1+, you are safe, as there were no changes in the architecture starting with 10.1 except being able to consume more resources (such as ready-to-use services).
Add Data From ArcGIS Online..➡Addisn't working in 10.1 for us. This is without the AddIn (my AddIn will see the added data as whatever ILayer, no issues there). After pressingAdd, the ArcGIS window closes and there is no error shown and no data added. When a debugger is attached, I do get an error inside an Esri library. I took a screenshot, I'll post a link of the stack when I get to work. – Jay Cummins Oct 28 '15 at 10:01