Hi, Backendless team!
I have made a push notification setup by the tutorial. the device has been added to the console.
but there is an error just after few seconds after success device registration.
Error code - https://pastebin.com/QeNWdMxV
Service code - https://pastebin.com/g96Y1hzs
Receiver code - https://pastebin.com/y0b339ee
Manifest code - https://pastebin.com/AqjXwmY0
APPLICATION_ID = “2CEC20A1-02B5-A560-FF49-5C61744C7F00”;
http://support.backendless.com/public/attachments/54f76b090cf412e6a9a9ae02f61b9809.png</img>
android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "app.vindict"
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "1.0"
renderscriptTargetApi 21
multiDexEnabled true
renderscriptSupportModeEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}