Parse push notifications crashes eventually on background in android
问题 I am using Parse to push notifications in android but it crashes eventually on background when i turn wifi off. it gives me error: java.lang.RuntimeException: Unable to start receiver com.parse.ParseBroadcastReceiver: java.lang.RuntimeException: applicationContext is null. You must call Parse.initialize(context, applicationId, clientKey) before using the Parse library. here is my code public class ParseBroadcastReceiverCustom extends BroadcastReceiver { @Override public void onReceive(final