Local Notification only appearing in Notification Center when app is open on iPhone - uilocalnotification

I'm having a strange issue. My UILocalNotifications are only appearing in the Notification Center when the app is open. If I have the iPhone at the launch screen they don't appear. The icon badge numbers from the notifications do appear though. The exact same code works perfectly on the iPad version of the app. I've verified that the body text is getting set correctly. The app is enabled in Notification Center with all options on as well.
If I have the app open and then tap home to leave the it, the notification disappears from Notification Center as well.
Has anyone else seen this?
Thanks,
Jason

My bad, missed one piece of code when merging from the iPad version.
Jason

Related

iOS app does not display image that is in the launchscreen at start

I have a small app that I am using to find out my my main app does not show the launchscreen correctly.
The launchscreen has an image ( modified screenshot of the app) but I only see a white screen.
I would be happy to use debugger but am not able to do a step into at the start and the only code location I can find to put a breakpoint in is after the launchscreen has been processed.
Can anyone help me with a hint as to where I can get the debugger to give me control at the start of the app.
I can run it on simulator or attached real phone via Xcode 14 on Monterey 12.6.3.
p.s. I have posted a similar question on the apple developers forum and had no responses.
I have so failed to find any way to discover why the launch screen does not display correctly.

Missing icon in Mac App Store review screen

I have a Safari App Extension that uses SKStoreReviewController to request the Mac App Store rating screen:
The screen looks like it should have the app icon on the left side, but it doesn’t. I’ve tried setting ASSETCATALOG_COMPILER_APPICON_NAME in Xcode to a valid asset name, but no change. Is this meant to work? If so, how do I get the icon there?
Don't know if it's the same issue but looks like using SKStoreReviewController on iOS seems to trigger similar behaviour. Does this issue also occur in the released version?
SKStoreReviewController not showing app icon in development

Xamarin.Forms.Labs iOS SMS texting issue

I am using Xamarin.Forms.Labs to send SMS messages from my app. It works great on WP and Android but with the iOS it opens up the default texting screen and allows you to send a text but then I am unable to get back to my app. I click cancel or the iPhone button and reopen my app and it is still on the texting screen. Any ideas what I could be doing wrong or why it doesn't return to my app once I have finished texting? Is anyone else having this issue?
This was a bug in the iOS implementation. I just pushed a fix for it and you can use the latest code (master branch) to test it out.
https://github.com/XLabs/Xamarin-Forms-Labs/pull/498
I will get it included in the next release package.

Local Notification is cleared from notification center after clicking the notification in iOS 8

UILocalNotification is cleared from the notification center after clicking in iOS 8. But it is not cleared from notification center in iOS 7. Can I know what makes the notification clear from center?
i dont have this behavior but i did have it with location services as you said...in that case it seems that the plugin was not working properly so i had to create the project from scratch (after updating cordova to latest) then added each plugin, that fixed my problem with location services BUT now i have a problem with local notification, again i dont see the option at all in my settings, but since you are seeing it this might be related with your app being installed just where prior (iOS7 installation) was in that case it make sense that if you delete you app you will NO see your app in local notification settings at all... this is definitively related with local-notification-cordova-plugin being a pain in the neck to work properly now im really sad to see that iOS8 is conflictive with the plugin i barely found...now i'm not sure what to do, if you find a local-notification-plugin that works with iOS8 PLEASE let me know!

Mountain Lion Notification Center - App icon not showing

I have an app that sends a notification. The application bundle has an icon but the icon is not shown in the notification; instead it shows the blank app icon. I haven't been able to find anyone else with this issue. Any ideas?
Thanks

Resources