Commit 6b055c94 authored by shenyong's avatar shenyong

fix bugs

parent 6ba308f8
...@@ -14,9 +14,9 @@ extension AppDelegate{ ...@@ -14,9 +14,9 @@ extension AppDelegate{
func setupDynamicShortcuts() { func setupDynamicShortcuts() {
let shortcutItem = UIApplicationShortcutItem( let shortcutItem = UIApplicationShortcutItem(
type: "com.app.phonemanager.iap.distance", type: "com.app.phonemanager.iap.distance",
localizedTitle: "Unlock Exclusive Discounts", localizedTitle: "Unlock Special Offers",
localizedSubtitle: "Your special offer is awaiting—don't miss this limited-time second chance benefit!", localizedSubtitle: "A Special Offer Just for You!🎁",
icon: UIApplicationShortcutIcon(templateImageName: ""), //UIApplicationShortcutIcon(systemImageName: "star.fill"), icon: UIApplicationShortcutIcon(), //UIApplicationShortcutIcon(templateImageName: "icon_gift_sa"), //UIApplicationShortcutIcon(systemImageName: "star.fill"),
userInfo: nil userInfo: nil
) )
UIApplication.shared.shortcutItems = [shortcutItem] UIApplication.shared.shortcutItems = [shortcutItem]
......
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "优惠图标@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "优惠图标@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment