I got them both working for iOS and Android but cant decide on which one to choose. I read that I need to pay to use remote API with pushwhoosh. What does this mean? What is remote API? How is it useful?
Also I am always getting one line in my notification alerts The rest is getting cut off with … eventhough Im not exceeding the limit. How can I get multiple lines in Android?
Finally,
I added all of the following permissions but is every single one of them essential? I dont want to have too much. Can I remove
"android.permission.GET\_ACCOUNTS",
what is it used for in push notifications?
permissions = { { name = ".permission.C2D\_MESSAGE", protectionLevel = "signature" }, }, usesPermissions = { "android.permission.INTERNET", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", ".permission.C2D\_MESSAGE", },