Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 1    Views: 170

Dragon007
Lost but trying
Profile
Posts: 1509
Reg: Dec 17, 2011
London
20,590
06/03/12 09:41 AM (13 years ago)

Parse Push Notification On Android

Hi just one question, when adding Parse push service to an android app, when I launch the app should I get an 'Allow Push Notification' message of some sort like you do on a iOS device, as I am not receiving any messages. Parse control panel shows I have installed parse in the Data Browser section, so all seems fine, just need clarification to whether I should get a prompt to allow push on an android device.
 
Sandeep
Android Fan
Profile
Posts: 1260
Reg: Feb 01, 2012
Miraj, India
25,250
like
06/07/12 06:39 AM (13 years ago)
To use notifications, the following additional lines need to be added to the Manifest file. <uses-permission android:name="android.permission.WAKE_LOCK" /> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> I think you did this already. There is no other requirement or option to set the notifications to get pushed on android devices. Hope i have clarified your doubt.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.