Hi There,
i'm having some problems with xamarin android on marshmallow phones. it took me a while to figure it out but i think i can nail it down on marshmallow / api 23 devices.
my problem is similar to the following in the parse android sdk:
parse-community/Parse-SDK-Android#101
when logging in on a api23 android device the pushType (should be gcm) and de devicetoken field in the installation-object are not set. therefore I can't push to those devices.
i'm running a virtual device with api 22 on which i cannot reproduce the problem and the fields are set correctly.
maybe someone could check what fixed this problem in the android sdk?
thanks & best regards
EDIT: the "deviceTyp" is correctly set with "android" in both cases btw