The official Pushy Expo Config Plugin for Expo apps.
Pushy is the most reliable push notification gateway, perfect for real-time, mission-critical applications.
Please refer to our detailed documentation to get started.
Please refer to pushy-demo-expo for a sample Expo project that integrates this plugin.
Please set the aps-environment
plugin property to production
when building your Expo iOS app for production.
app.json
{
"plugins": [
[
"pushy-expo-plugin",
{
"aps-environment": "production"
}
]
]
}