I'm developing hybrid (Android, iOS) app which using Instagram api to fetch user general data without login by just providing any username. I'm using following instagram apis:
https://api.instagram.com/v1/users/search?q=jack&access_token=ACCESS-TOKEN https://api.instagram.com/v1/users/{user-id}/?access_token=ACCESS-TOKEN
Then we store general info to our server, but now the problem is Android play store rejecting the app again and again.
Android play store giving following reason for rejection: Your submission has been rejected for interfering with or accessing another service or product in an unauthorized manner. If this submission was an update to an existing app, the version published prior to this update is still available in Google Play. Please review section 4.4, of the Developer Distribution Agreement, then modify your app and resubmit. Additional details have been sent to your account owner's email address.
Please help me to find out the problem. Is instagram doesn't allow these api usage? Android don't allow to use these apis?
Thanks