Is there any way to use a Bing imagery or hybrid service as the default basemap? I can switch to the Bing imagery or hybrid services via the basemap switch button in the iOS Ver 2.01 app, but can't figure out how to load it as the default basemap.
Also i noticed you are using the 1.1 version of the webmap JSON format. You will also need to define popups for your map and/or feature services being used within the map to be able to identify your features if you are using the ArcGIS for iOS app version +2.0.
This thread will help you in defining your popups.
Let me know how this works out for you Cheers Russ
Thanks for the help Russ, that got me pointed in the right direction. I got the Bing Hybrid maps loaded as basemap and the popups working for a layer in my map service. In case anyone's interested, here's the code I got working
If you have a sec, one other question. In the thread you referenced, I noticed a feature service is used in the PopupSample.txt attachment. Is it the feature service that enables the polygon layer to be edited?
Hey Matt You'er right. Map services are only viewable/identifiable while the feature service will allow the user to perform edits on existing features or collect new features. Russ