File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
demo/iOS-Foreground-Push-Notification
iOS-Foreground-Push-Notification.xcodeproj
project.xcworkspace/xcuserdata/wuxingchen.xcuserdatad
iOS-Foreground-Push-Notification Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3535/* End PBXBuildFile section */
3636
3737/* Begin PBXFileReference section */
38- 0D0AC7491D6C1A31001FE4A3 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/EBBannerView.xib; sourceTree = "<group>"; };
3938 0D0AC74B1D6C1A34001FE4A3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/EBBannerView.xib; sourceTree = "<group>"; };
4039 0D10E0BA1D51C4D700DE58D2 /* UILabel+ContentSize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UILabel+ContentSize.h"; sourceTree = "<group>"; };
4140 0D10E0BB1D51C4D700DE58D2 /* UILabel+ContentSize.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UILabel+ContentSize.m"; sourceTree = "<group>"; };
284283 0D0AC74A1D6C1A31001FE4A3 /* EBBannerView.xib */ = {
285284 isa = PBXVariantGroup;
286285 children = (
287- 0D0AC7491D6C1A31001FE4A3 /* en */,
288286 0D0AC74B1D6C1A34001FE4A3 /* Base */,
289287 );
290288 name = EBBannerView.xib;
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ - (void)viewDidLoad {
2121}
2222
2323-(void )aaaaaa {
24- // [EBForeNotification handleRemoteNotification:@{@"aps":@{@"alert":@"皮卡丘: Hi 小智,一起去冒险吧! 住在森林中的它们通常以树果为食。它们用小小的电击把树果从树上打下来,这样就不必爬树,还可以顺带将其烤熟。作为宠物,它可以用各种各样的加工食物来喂养。此外,与大多数神奇宝贝一样,皮卡丘可以忍受大多数人造的食品,有时还会喜欢它们胜过自然的食品,如果这些人造食品是针对它的口味设计的话。一个很好的例子就是小智的皮卡丘特别喜欢番茄酱。皮卡丘偶尔也会吃苹果。"}} soundID:1312 isIos10:NO];
24+ [EBForeNotification handleRemoteNotification: @{@" aps" :@{@" alert" :@" 皮卡丘: Hi 小智,一起去冒险吧! 住在森林中的它们通常以树果为食。它们用小小的电击把树果从树上打下来,这样就不必爬树,还可以顺带将其烤熟。作为宠物,它可以用各种各样的加工食物来喂养。此外,与大多数神奇宝贝一样,皮卡丘可以忍受大多数人造的食品,有时还会喜欢它们胜过自然的食品,如果这些人造食品是针对它的口味设计的话。一个很好的例子就是小智的皮卡丘特别喜欢番茄酱。皮卡丘偶尔也会吃苹果。" }} soundID: 1312 isIos10: NO ];
2525
26- [EBForeNotification handleRemoteNotification: @{@" aps" :@{@" alert" :@" 皮卡丘: Hi 小智,一起去冒险吧!" }} soundID: 1312 isIos10: NO ];
26+ // [EBForeNotification handleRemoteNotification:@{@"aps":@{@"alert":@"皮卡丘: Hi 小智,一起去冒险吧!"}} soundID:1312 isIos10:NO];
2727
2828
2929
You can’t perform that action at this time.
0 commit comments