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
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?
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
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?
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?
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.