[BUG] Ampli generated code does not compile


Steps to reproduce :

A user property named:

“Has a GPay something”

It will generate:

hasAgPaySomething: Boolean? = null,

as parameter, but will try to use:

*(if (hasAGPaySomething != null)

and therefore it doesn’t compile.

It can be reproduced using Android and iOS SDKs.

Is it the good place to report such issue?

 


2 replies

Userlevel 6
Badge +9

Thanks for submitting this bug @Nicolas H We’ll make sure it gets to the team. 

Userlevel 6
Badge +9

Hi @Nicolas H I hope all is well. Were you able to get to the bottom of this issue with your user property, where the generated code is not compiling? Let us know if you’d like us to escalate it to our engineers.

Reply