I have a working app that uses firebase FCM for messaging.
I am targeting iOS (iPhones) only for now.
The app has been working fine in all situations (simulator, connected iPhone, TestFlight, and AppStore).
It produces and consumes (remote) notifications fine with the help of firebase_messaging lib.
Now I am trying the restart_app lib.
But not able to build ipa. I get the error
Encountered error while creating the IPA:
error: exportArchive "Runner.app" requires a provisioning profile with the Push Notifications feature.
I am not able figure out how to fix it.
At the moment my best guess is there is some kind of conflict between firebase FCM lib firebase_messaging and restart_app
I have a working app that uses firebase FCM for messaging. I am targeting iOS (iPhones) only for now. The app has been working fine in all situations (simulator, connected iPhone, TestFlight, and AppStore). It produces and consumes (remote) notifications fine with the help of
firebase_messaging
lib.Now I am trying the
restart_app
lib. But not able to build ipa. I get the errorI am not able figure out how to fix it.
At the moment my best guess is there is some kind of conflict between firebase FCM lib
firebase_messaging
andrestart_app