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)