GCM Topics will fail if the topic format does not match "/topics//topics/[a-zA-Z0-9-_.~%]
". For sanity purposes, I've limited checks to "[a-zA-Z0-9-_.~%]
" and "/topics/" is appended. We need to make sure topics which do not match the GCM topic format are supported.
|