I am building an app via AppFlow for both iOS and Android. The app supports push notifications.
Both Android and iOS build successfully. The Android version works as expected, and push notifications are functional. On iOS, push notifications are NOT functional.
Does anyone have any thoughts on how to configure the certificate for AppFlow such that iOS will build with Push Notification allowances?
I am not familiar with building iOS apps (thus the reason I'm using AppFlow) and am unsure how to proceed.
To clarify after more research on my part, I need to accomplish two things:
- Configure the Push Notification entitlement.
- Associate the Google Services plist file with the iOS build.
Both tasks must be done without xcode (since I'm using appflow to build)
Remember, Push notifications don’t work in a simulator, so you’ll need an actual device
You have to get the IOS Credentials, register device and then get the certificate.
Once done you can Publish to Appstore
Using swift is another better option to implement push notifications.