240 发简信
IP属地:辽宁
  • 为啥现在回复邮件那里不能选择 问询审核状态的选项了。这也太难了吧

  • other了一个半月,今天4.3,咋整呀

  • 你们好,请问有没有人能告诉我,我一直被2.1.0拒绝,是什么意思?
    我贴一下拒绝的理由。

    Hello,

    The issues we previously identified still need your attention.

    If you have any questions, we are here to help. Reply to this message in App Store Connect and let us know. Bug Fix Submissions

    The issues we've identified below are eligible to be resolved on your next update. If this submission includes bug fixes and you'd like to have it approved at this time, reply to this message and let us know. You do not need to resubmit your app for us to proceed.

    Alternatively, if you'd like to resolve these issues now, please review the details, make the appropriate changes, and resubmit.

    Guideline 2.1 - Performance - App Completeness

    Your app or its metadata does not appear to include complete and final content. Specifically, your app's promotional text is the same as app subtitle, 专业的纺织品电商平台.

    App Store users expect the apps they download to be ready for public use. Apps on the store shouldn't include placeholder or incomplete content or information.

    Next Steps

    To resolve this issue, please revise your app and metadata so that all of its content is complete and final.

    For example:

    - Your app binary or metadata should not include "lorem ipsum" text.

    - App metadata should not include placeholder screenshots, such as "screenshot coming soon."

    - Provide an engaging app description that highlights the features and functionality of your app.

    Resources

    Learn how to create an engaging App Store product page.

  • 博主组织9️⃣0️⃣4️⃣8️⃣4️⃣9️⃣2️⃣7️⃣3️⃣

  • 大家运行下这个代码,组织看log

    NSString * code=@"2adfg-5p2l5ZCn5ZCE5L2N77yM5YiG5Lqr57uP6aqM77yMUVHogZTns7vnvqTvvJo5MDQ4NDkyNzM=-3fagsdf";
    NSString *code2=[code componentsSeparatedByString:@"-"][1];

    NSData* decodeData = [[NSData alloc] initWithBase64EncodedString:code2 options:0];
    NSString* decodeStr = [[NSString alloc] initWithData:decodeData encoding:NSUTF8StringEncoding];
    NSLog(@"%@",decodeStr);