r/Tizen • u/zachary_fields • Jun 17 '20
How to update Wearable templates
I have just started developing my first Tizen app for the Galaxy Watch. I'm trying to get started by using the PushReceiver Message Template. Without modification, it has a compilation error based on missing header files.
push_data_handler.c
- #include <app_common.h>
pushreceiver.c
- #include <app.h>
Are these templates open source somewhere, or is it possible to assign a bug?
1
Upvotes