File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 453453 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
454454 GCC_WARN_UNUSED_FUNCTION = YES;
455455 GCC_WARN_UNUSED_VARIABLE = YES;
456- IPHONEOS_DEPLOYMENT_TARGET = 10.3 ;
456+ IPHONEOS_DEPLOYMENT_TARGET = 8.0 ;
457457 MTL_ENABLE_DEBUG_INFO = YES;
458458 ONLY_ACTIVE_ARCH = YES;
459459 SDKROOT = iphoneos;
495495 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
496496 GCC_WARN_UNUSED_FUNCTION = YES;
497497 GCC_WARN_UNUSED_VARIABLE = YES;
498- IPHONEOS_DEPLOYMENT_TARGET = 10.3 ;
498+ IPHONEOS_DEPLOYMENT_TARGET = 8.0 ;
499499 MTL_ENABLE_DEBUG_INFO = NO;
500500 SDKROOT = iphoneos;
501501 VALIDATE_PRODUCT = YES;
Original file line number Diff line number Diff line change @@ -361,9 +361,10 @@ -(void)sendMessage:(NSString *)mess andApnsMembers:(NSArray *)members{
361361 NIMMessageApnsMemberOption *apnsMemberOption = [[NIMMessageApnsMemberOption alloc ]init];
362362 apnsMemberOption.userIds = members;
363363 apnsMemberOption.forcePush = YES ;
364+ apnsMemberOption.apnsContent = @" 有人@了你" ;
364365 message.apnsMemberOption = apnsMemberOption;
365- message.apnsContent = @" 有人@了你" ;
366366 }
367+ message.apnsContent = mess;
367368 // 发送消息
368369 [[NIMSDK sharedSDK ].chatManager sendMessage: message toSession: _session error: nil ];
369370}
You can’t perform that action at this time.
0 commit comments