Steps Followed : 1. Created an app in Cloud 2. Created UAA instance and bind it with app 3. Created Mobile service Instance and bind it with app 4. Created Asset Service Instance and bind it with app Tested the sample asset service in Rest Client by following the steps mentioned in - https://docs.predix.io/en-US/content/service/data_management/asset/get-started-with-asset-service 5. Configured the micro service instance - https://github.com/PredixDev/MobileExample-Microservice-AssetIntegration 6. Run the Micro service which is showing as successfully pushing asset data to couch base 7. Configure the iOS Mobile App container with the web app - https://github.com/PredixDev/MobileExample-WebApp-AssetIntegration Issue : 1. Mobile SDK is calling the mobile instance service using the URL – http://pmapi/cdb/pm/_all_docs?include_docs=true 2. The service is not returning the asset data pushed from micro service .Instead it is returning the attached data.Seems the app is getting the same sample data