V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
iOS 开发实用技术导航
NSHipster 中文版
http://nshipster.cn/
cocos2d 开源 2D 游戏引擎
http://www.cocos2d-iphone.org/
CocoaPods
http://cocoapods.org/
Google Analytics for Mobile 统计解决方案
http://code.google.com/mobile/analytics/
WWDC
https://developer.apple.com/wwdc/
Design Guides and Resources
https://developer.apple.com/design/
Transcripts of WWDC sessions
http://asciiwwdc.com
Cocoa with Love
http://cocoawithlove.com/
Cocoa Dev Central
http://cocoadevcentral.com/
NSHipster
http://nshipster.com/
Style Guides
Google Objective-C Style Guide
NYTimes Objective-C Style Guide
Useful Tools and Services
Charles Web Debugging Proxy
Smore
urmyfaith
V2EX  ›  iDev

某推送 SDK 发现的一个方法.

  •  
  •   urmyfaith · 2016-02-18 11:37:36 +08:00 · 3106 次点击
    这是一个创建于 2983 天前的主题,其中的信息可能已经有所发展或是发生改变。

    某推送 SDK 发现的一个方法 isNeedReoprtAppList

    @class GXPushServer, NSArray, NSString;
    
    __attribute__((visibility("hidden")))
    @interface GXBusiness : NSObject
    {
        NSString *_phone;
        NSString *_deviceToken;
        NSString *_clientId;
        NSArray *_tags;
        NSString *_appId;
        NSString *_lastUploadMsgIdWaitingForAck;
        double _lastUploadTime;
        _Bool _deviceTokenInclude;
        GXPushServer *_server;
    }
    
    @property(retain, nonatomic) NSString *phone; // @synthesize phone=_phone;
    - (void)reportAppListWithClientId:(id)arg1 andAppId:(id)arg2;
    - (_Bool)isNeedReoprtAppList;
    - (void)reportLocaleWithClientId:(id)arg1 appId:(id)arg2;
    - (void)trySetTags;
    - (_Bool)setTags:(id)arg1 appId:(id)arg2;
    - (void)addPhoneInfoWithClientId:(id)arg1 deviceToken:(id)arg2 phone:(id)arg3;
    - (_Bool)ifNeedUploadAddPhoneInfo;
    - (void)didFirstClientRegistedWithClientId:(id)arg1 appId:(id)arg2;
    - (_Bool)didReceiveAckMessageWithId:(id)arg1;
    - (void)didRegisterDeviceToken:(id)arg1;
    - (void)didRegisterPhone:(id)arg1;
    - (void)didChannelEstablishedWithClientId:(id)arg1;
    - (void)startup;
    - (void)dealloc;
    - (id)initWithServer:(id)arg1;
    
    @end
    

    isNeedReoprtAppList

    4 条回复    2016-02-18 14:27:39 +08:00
    814084764
        1
    814084764  
       2016-02-18 13:40:32 +08:00
    上报用户信息?
    urmyfaith
        2
    urmyfaith  
    OP
       2016-02-18 13:57:41 +08:00
    @814084764

    reoprtAppList
    br00k
        3
    br00k  
       2016-02-18 14:01:05 +08:00
    啥 SDK?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1369 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 17:29 · PVG 01:29 · LAX 10:29 · JFK 13:29
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.