Now I am woking on the ionic framework and integrating the IBM Bluemix Push Notification on the app. But I have a issue with production mode. When I install the app with development mobile provision, the app works well and I can receive the push message. But I try to build the ipa with release mode, I can not receive the push. What do I need to do more any configuration or IBM Bluemix Push Notification can't work on the production mode with Cordova Plugin ? Can anyone give any idea ? Thanks,
IBM Bluemix Push Notification not working on the production mode
172 views Asked by Son Nguyen At
1
There are 1 answers
Related Questions in APPLE-PUSH-NOTIFICATIONS
- When can users receive background notifications
- Background notification also get muted on removing "sound" from presentationOptions in @capacitor-firebase/messaging?
- Open View When Notification Tapped
- (iOS) Can we have multiple APNs files for the same app?
- Apple App Transfer And push FireBase cloud messaging
- SwiftUI: Scheduling Daily, Dynamic Notifications Fetched From API
- Unable to find users to notify with test with Azure Notification Hub version Google (FCM v1)
- How do I use my Custom Logger in my notification service extension class? Adding the file to the extension's target membership does not work
- Apple Script to Send Text when Ladiocast Disconnected and reconnects
- Maui .net7 ios APN Push notifications - UNUserNotificationCenterDelegate functions not getting hit in background
- Flutter iOS - Firebase Cloud Messaging (FCM) push notifications not received
- Can we have just one APNs auth key for multiple push services providers?
- Firebase Push Notifications not being received by SwiftUI app
- Register an iOS device
- IOS Notifications: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier
Related Questions in IBM-CLOUD
- Update a bearer token in a watsonx extension
- Unexpected behaviour when updating variables in Schematics using the golang SDK
- TranspilerError: 'Number of qubits (40) in QAOA is greater than maximum (30) in the coupling_map'
- What is "X-Require-Whisk-Auth" (IBM Cloud Functions) in IBM Cloud Code Engine functions?
- How to connect device to IBM cloud
- EntityStreamSizeException Due to Request Content Size Limit Exceeded
- Call watsonx.ai prompt in watson assistant
- Where do I find my credentials for using watsonx.ai
- Watsonx Assistant reconigze phone number from Twillio Integration
- IBM NeuralSeek API Filter
- Is there any option to activate/deactivate a MDB in open liberty
- Fail-over to secondary region when primary region goes down on a IBM MQ Multi-instance Queue manager using a NFS 4.1 share
- CS0246 Error while installing IBM Watson SDK for Unity
- Programmatic name pending approval - approval duration, criteria
- How can I compact a collection in my IBM Cloud Databases for MongoDB deployment?
Related Questions in IBM-MOBILE-SERVICES
- Worklight server is not connecting after version change in Worklight 8.0
- Failed to connect Mobile First server using angular
- Analytical Console juts Logs "InternalRequestSender outbound"
- IMFCore Installation Error trying to install this POD but it show's me error
- Having an issue installing IBM Cloud CLI on Windows 10
- Error in Chrome 67+, the permission window is never displayed
- Google Cloud Memcache equivalent on IBM Bluemix
- Uploading Angular webapp to IBM Cloud gives 403 error
- Hosting Ionic Web App on IBM Bluemix
- Bluemix_Adapter_SSL HANDSHAKE FAILURE
- What is the difference between MobileFirst Services Starter and Mobile Foundation service in IBM Cloud(Bluemix)
- How to avoid duplicate entries in IBM JSONStore
- Creating an application with MobileFirst Services Starter on Bluemix
- Build Mobile App in Bluemix
- Safari web push doesn't sent
Related Questions in IBM-CLOUD-PLUGIN
- Setting up IBM Cloud Log Analysis for Kubernetes (E0004)
- ibmcloud create action through cli
- Watson machine learning deployment takes too much time
- Running error opening app when deploying; uses a Github Watson Voice Bot tutorial
- Having an issue installing IBM Cloud CLI on Windows 10
- Google Cloud Memcache equivalent on IBM Bluemix
- Publishing to bluemix from eclipse results in stack overflow and forces the eclipse workbench to shutdown
- Failed to publish build information on to IBM devOps Insights using Jenkins
- Native CMS in IBM Bluemix
- Python app with tesseract does not work on Bluemix
- Can not install IBM-Logging plugin on Windows
- Eclipse Neon 3 (4.6.3) is giving publishing error while deploying Node js onto IBM Bluemix
- IBM-Logging Plugin
- Can't use bx plugin repo-add
- Remote debugging of Bluemix CF Java buildpack application
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Please take a look at MobileFirst Starter - Bluemix Push Notification failure in Production mode
It is likely that you have not configured your certificate on Bluemix while in Production mode. I would suggest following my answer in that question and setting your Bluemix environment to Production, and then configuring your push certificate after doing so and retrying your application.
If this does not work please provide your Bluemix application ID so we can do more investigation. Thanks