In the app.c file locate the BleApp_Init(void) function and comment everything on it.
This needs to be done as the function will generate a random UUID and replace the one you previously set in the aData1 with the random one; once you commented it and load the new firmware, the board must be recognized as an iBeacon.
Please let me know if had any issues with it or if it works.