Service call does not work in apk ionic

Hey madhuri,
Please try to add to your REST API:

Access-Control-Allow-Origin : *;
Access-Control-Allow-Credentials : true;

I think the problem creates for cross domain access.