Closed mazidahmad closed 1 year ago
https://github.com/gojek/courier-iOS/actions/runs/5461557157/jobs/9939861757?pr=24 some test cases are failing, please update those to acommodate the new logic mas
https://github.com/gojek/courier-iOS/actions/runs/5461557157/jobs/9939861757?pr=24 some test cases are failing, please update those to acommodate the new logic mas
Updated
Sorry, there are some tests missing to update. Done
Hi, I just try to make an improvement in the connection option so that the user can use a secured connection without being limited by the port connection. I added the 'scheme' param which is used too in Courier Android so that can have the same name convention. In Courier Flutter, it has already added the 'scheme' param but when it passes to iOS method channels, the param 'scheme' is not used. I have tested it on my project case and it solved my connection problem.