Jason Barnett

Results 3 comments of Jason Barnett

Attempting to do the same with the [config plugin](https://docs.expo.dev/guides/config-plugins/) below. Will report back whether I'm successful or not. ``` const { withAppDelegate, withEntitlementsPlist } = require('@expo/config-plugins') const { mergeContents }...

Yeah @brianfoody it's working 90% great. We're still trying to pinpoint an issue with background delivery when the app is in a killed state, but near as we can tell...

For anyone else that stumbles upon this, [here](https://docs.expo.dev/guides/config-plugins/#importing-plugins) are the steps to integrate in your own project. I'll explore a PR here once our app has shipped.