1. Config.h, expire time set to 90
2. remove logging
3. protocol strings, delete com.apple.p1 and com.apple.p2




!!! Double check brfore build IPA !!!
1. "GAHelper.m"->"kGAAccountId", it should be Philips account "UA-28323361-1"
2. "Config.h"->"EnablePrintDebugLog", if it is AdHoc/AppStore build please turn off
3. "Config.h"->"BUILD_NUMBER", please add 1 before build IPA every time
4. "CommunicationIO.h"->"SimulateDocking", set NO brfore build IPA
5. EnableSoundPlayback set to YES


Fabrics framework
When building targets other then the WakeUpLight_Fabric target

REMOVE the following lines at AppDelegate.m
#import <Fabric/Fabric.h>
#import <Crashlytics/Crashlytics.h>

[Fabric with:@[[Crashlytics class]]];  //inside applicationDidFinishLaunch
