After the successful importance of the com.urbanairship.android:urbanairship-fcm:9.6.0 I cannot understand where is the problem.
I am doing the following in Application.java file:
UAirship.shared().takeOff(this);
UAirship.shared().getPushManager().setPushEnabled(true);
UAirship.shared().getPushManager().setUserNotificationsEnabled(false);
and I can see the following logs:
2019-01-30 15:19:07.811 1838-1868/? I/....... - UALib: Airship taking off!
2019-01-30 15:19:07.812 1838-1868/? I/....... - UALib: Airship log level: 3
2019-01-30 15:19:08.017 1838-1868/? I/....... - UALib: Airship ready!
2019-01-30 15:19:08.017 1838-1868/? D/....... - UALib: Autopilot - Airship ready!
Everything seems ok, but then I try to send a Notification from urban-airship platform and I see the following:
and as you can see the Status is Inactive while the "Last Registration" is the same like "Created".
and I cannot understand why 2 devices in Android are Opted-out.
Comments
3 comments