Hi All,
I need to implement push notification. When I add ti.cloudpush module into my application, my app doesn't compile. It shows process termination error in console.
I have added below properties in tiapp.xml but no use.
<property name="acs-push-type-development" type="string">gcm</property> <property name="acs-push-type-production" type="string">gcm</property> <property name="acs-push-type" type="string">gcm</property>
I have followed this link
Please give me any suggestions.