We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With version 19 we have no access to .validate() using the 'current' environment if it can be determined.
19
.validate()
Looking into the code you have an APNSEnvironment struct that has public static func isProduction() functions that would bridge this gap.
APNSEnvironment
public static func isProduction()
The main struct is not public so these are not accessible; please could that be changed?
The text was updated successfully, but these errors were encountered:
Yep we can expose that struct. The validate is just checking the credentials. If you are setting both I would just validate both types each time.
Sorry, something went wrong.
This is going to be bundled with 19.1.0, hopefully next week. For now you can just copy the struct to your app so you are not blocked
No branches or pull requests
With version
19
we have no access to.validate()
using the 'current' environment if it can be determined.Looking into the code you have an
APNSEnvironment
struct that haspublic static func isProduction()
functions that would bridge this gap.The main struct is not public so these are not accessible; please could that be changed?
The text was updated successfully, but these errors were encountered: