expo-server-sdk-java
expo-server-sdk-java copied to clipboard
Expo server SDK in java
The node package contains `categoryId` but the Java version does not. This critically blocks certain features. https://github.com/expo/expo-server-sdk-node
Dependencies including org.aprache.commons.lang3 and com.fasterxml.jackson.* are in the core jar, which conflicts with dependency management provided by projects. Please feel free to close this issue if my understanding is wrong,...
### Description While sending metadata with the expo push message object, the library is throwing **java.lang.NoSuchMethodError** exception. Following are the details: ### Dependency (pom.xml) `` ` io.github.jav` ` expo-server-sdk` `...
Expo offers the use of an access token alongside the push token as an additional layer of security. but I can't use it through this library.
``` java.lang.IllegalArgumentException: Cannot deserialize value of type `io.github.jav.exposerversdk.enums.TicketError` from String "InvalidCredentials": not one of the values accepted for Enum class: [DeviceNotRegistered] at [Source: UNKNOWN; line: -1, column: -1] ``` Currently...
I am having an issue with my outdated branch and was looking in master to see if it would be fixed but it seems like it would fail for a...
See https://github.com/expo/expo-server-sdk-node/pull/41/commits/2e4231e5a1c8f70a17e9db513c3f83ae12fab48c
`PushNotificationErrorsException` and `PushNotificationException` overlap in usage and one should be removed in favor of the other.