How to rename an iOS 8 Today Widget?

jimbobuk

I've just started experimenting with adding an iOS 8 Today Widget to my app, it's going ok so far but I followed the original template and got my widget created with TodayWidget as its name. In the context of my app's files in Xcode that target/product name is fine. But sadly this is the name that also displays within notification centre, above my widget.

I've tried tracing through various names in my project that match what's being displayed but so far I've yet to find one that lets me update the name displayed.

Anyone got any ideas?

JAL

Select your widget under Project -> Targets. Under Info -> iOS Target Properties, change the Bundle display name attribute to whatever you want your new name to be.

1

2

Restart the device to see the updated widget name.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

how to localize iOS 8 today extensions widget and also the widget name

iOS 8 today widget - UIAlertView

How to create a Today widget programmatically without storyboard on iOS8?

Core Data iOS 8 Today Widget issue

iOS 8 Today widget alignment issue

Today Widget has no content on iOS 8 device

What is the purpose of widgetPerformUpdateWithCompletionHandler in iOS 8 Today Widget?

iOS 8 Today Widget - SLComposeViewController not displaying properly

How to expand iOS Today Widget by default?

iOS8 Today Widget - Change title and add stuff to default

iOS 8 Today Widget shows up blank for a few seconds

iOS8 today view widget not showing UITableViewController

iOS 8 Beta Today extension widget not showing in a Swift app?

Get string from Parse.com iOS 8 Today Widget

iOS 8 Today Widget fit height of UITableView using Auto Layout

iOS 8 today widget stops working after a while

Accessing the PFUser currentUser from an iOS8 Today Widget

ios8 Core Data iCloud Today Widget not synchronizing

How to tell if iOS Today Widget is being updated in the background?

How to set dark background for iOS10 today widget

iOS 10 Today Widget Buttons

Today widget in iOS 10 is not expanding

iOS Today Widget - Determine if active

iOS 8 beta 5 Today view extension (widget) stuck at Waiting to Attach

how to localize today extensions widget?

How to get the width of a today-extension in iOS 8 / 9

iOS in-app-purchase + Today Extension widget

iOS Today Extension / widget -- location permissions?

iOS - create a today widget extension programmatically