Custom URL schemes on Cloud Build?

I’m not seeing any way this is possible with cloud build, unless I’m missing something? We have a number of apps that need to have custom URL schemes in them during development, is this a possible feature for the future?

Hi @niall1111 - Sorry for the delayed reply to this thread! What sort of URL schemes did you have in mind? Something like:

etc? Or a full CNAME-type solution:

install.mycompany.com/myprojectname

Thanks!

I think he means custom url schemes in iOS, like facebook:// etc so that you can open apps from other apps. This goes in the Info.plist in xcode once Unity has built the xcode project

Related

Oh! OK, thanks @coshea_1 - if that is the case, then this is possible using a post-Export script on Unity Cloud Build (in the Advanced settings): Unity ID