Posting data from Ionic app to WordPress

The only way you can do this my friend is by using the REST API. In you ionic app you will make a post request to the api. You will need to go through Oauth for authentication and so forth, but that’s what the REST api is made for.