I am adding features to my map by manually creating a FeatureCollectionLayer from a JSON webservice. Now I am not able to identify features on my map once they are tapped. The IdentifyLayerAsync method seems will not return any GeoElements.
I am using the exact same code on a FeatureLayer and it works perfectly.
Does the process change for a FeatureCollectionLayer?