You need to sign in to do that
Don't have an account?
Kapil Kaushik
Getting data from third party
Explaining my scenerio -
My app is using some data(Some numbers) which generally changed in 2-6 months. And my app calcualte some percentage based on that data. Currently I am implementing this thing in the following way -
1) I have written a web service which return the data using Heroku on which I am performing some calculation in my app.
can there be some other soloution from where can I keep that data ?
My app is using some data(Some numbers) which generally changed in 2-6 months. And my app calcualte some percentage based on that data. Currently I am implementing this thing in the following way -
1) I have written a web service which return the data using Heroku on which I am performing some calculation in my app.
can there be some other soloution from where can I keep that data ?
Actually I don't want to integrate third party apis because this will cause problem in Security review pass of my app.