'The response cookie of Web-View of IOS native app can be effective to Native app's local cookie?

I'm confused in cookie policy in between IOS native app and the app's Web-View.
My company has a native app what uses Web-View in the app and it uses cookies as local cookie.
As i know, cookie is set by server response but i'm not sure the response what's got by API server in Web-View cookie is effective to native app's local cookie.
The Web View's response cookie can be effective to Native app's local cookie automatically? or should i set the cookies to Native app from Web-View ??

  • this is the app flow
    [Native app] -> [Web View] <-> API server(response cookies)


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source