parley-messaging / ios-library

Parley iOS app library
MIT License
2 stars 2 forks source link

Implement shortcut solution to be able to intercept network traffic #46

Closed nlamah closed 5 months ago

nlamah commented 9 months ago

This Pull Request is not meant to be merged, but to discuss a feature request. The code is a shortcut solution. The feature request is to have the possibility to intercept network traffic. Having the possibility to adjust a request (URLRequest) before being executed and to adjust the response (HTTPURLResponse) when it has been received.

nlamah commented 8 months ago

This Pull Request is not meant to be merged, but to discuss a feature request. The code is a shortcut solution. The feature request is to have the possibility to intercept network traffic. Having the possibility to adjust a request (URLRequest) before being executed and to adjust the response (HTTPURLResponse) when it has been received.

Once again this PullRequest is only made to clarify the requirements for our company in order to be able to work with the SDK. The code in this Pull Request contains code that is a shortcut to the solution, that was made for a Proof of Concept project to check the SDK. We won't work further on this Pull Request. It will be declined in the future.

nlamah commented 5 months ago

I will close this Pull Request, because there just have been opened a Pull Request that implements the requirements https://github.com/parley-messaging/ios-library/pull/58