This has several parts. * Expose subscription information using : {code} GcmPubSub.getInstance(context).subscribe(regToken, "/topics/[yourTopic]", null); {/code} * Handle topic messages. This is extracted from the fromfield of the message * Connect and integrate with UPS categories.
|