I have a custom solution that worked at ArcGIS Mobile 10.0 that I'm now porting to 10.2. It uses the SketchGeometryCollectionMethod. However I can't seem to get this working at 10.2 at all. The usual map window does not display to allow a geometry to be inputted. The following code used to display a map window with the current extent:
Feature f = new Feature(m_mobileSettingsFeatureType, null);
m_geometryCollection.StartGeometryCollection(f.Geometry);
Also the GeometryCollectionPage property has been removed.
Any ideas?