Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dynamically change title of Today Widget?

Is it possible to dynamically change the title of the Today Widget? I'd like to add the users current location next to the app name of the widget title, so it will change constantly per user for all users. Is this possible?

like image 771
TruMan1 Avatar asked Apr 02 '16 17:04

TruMan1


1 Answers

No it's not possible. They are came from CFBundleDisplayName at info.plist and localized strings that are singing target.

It means that they are static resources and it can't be changed after signing.

like image 61
jeeeyul Avatar answered Sep 20 '22 08:09

jeeeyul