Web page integration

Hey

I need to integrate a web based account creation flow. Does anyone have practical experience with this? I would like to go back to the app after account creation. Can i integrate a browser in Unity IOS?

Yeah you can easily integrate one. Just make a UIWebView overlay :slight_smile:
I think prime31 offers that in one of his plugins in case you have no such code at hand already.

Yep, but I saw no callback in prime31 plugin. I would like to close it when account is created, and change the state of the app,

I don’t own so I can’t comment on how he implemented it but normally a callback makes no not so much sense cause you want the unityengine to be paused during a fullscreen overlay (its very heavy and would impact the overlay performance)