Publishing app to heroku where the service used by the app is already hosted
i used appery.io to create an app that mainly access a service hosted on heroku.
i'm trying to get this app out into the world for testing amongst friends and family but am running into the normal cross-domain service issues.
if i push the appery.io app to my heroku account, will it mess anything up on the backend/service side? do i push to the same app name as the service my app accesses, or do I create a new app name on heroku (different from the existing service)?
thanks for your help and please let me know if i can clarify anything.