ionic ios FCMPlugin.onNotification function not working - ionic-framework

I am using cordova-plugin-fcm. The FCMPlugin.onNotification function is not getting called on IOS when the app is in background. The same function works properly on Android. How to get the function working on IOS?

Related

Flutter app behaving unexpectedly on Oppo A31

Home screen view on the different phone responding in a different manner. As you can see the attached screenshots, its working fine on all iOS devices but in android it working on pixel but in oppo, the screen turns to grey.
Did you try to use Oppo for debugging? Did the code execute as desired? Is it app-release that is not working or app-debug? And are there any unconventional plugins?

Unable to play Gif image in iOS Keyboard extension with real device

Hi am developing a Emoji app with swift3 iOS 10. I have used a public library for playing the Gif files. It works perfectly in iOS simulators not in real device displaying an error message
Program ended with exit code: 9
I don't know what is wrong in it.
used this Library
My Code is
let testGifImage = UIImage.gifImageWithName("giphy")
cell.EmojiImage.image = testGifImage

iOS Watch OS 2 with Xcode 7 Beta 4.0 AppWatch Launching App with Activity Indicator Screen Only

I am developing the iOS watchApp with WatchDevice.
I have facing issues with Running the app in the Real device.
Its keep on showing only ActivityIndicator and nothing goes ahead of this screen.even i tested with Hello world Test App.
By just putting One Static Label,but its still showing same activityIndicator.Anyone knows how to solve this issue??any thing Wrong with My Code or setup?

Why is the Back button of ios not visible always in ionic framework?

I am developing a app in ionic frame work. The back button of the ios build is not showing up sometimes. Is there any Specific reason for that?

Showing Maps in Iphone's native map application from my app in iOS 6

i want to display the maps in iphones map application. so, when i tap on map button it should navigate to iphone app. i have the code that works fine in other than ios 6 . but i want it in ios 6.thanks in advance
Apple documents its maps URL scheme here. You must replace maps.google.com with maps.apple.com.