Apple's application review pointed out that an old version of the nend ad remains, and I'm in a state of confusion.

Asked 1 years ago, Updated 1 years ago, 90 views

I used to introduce nend ads, but I don't use them anymore.
I have removed all the files related to nend, but the Apple Review Team has repeatedly rejected the old version of nend adverts.

Here's what we've done so far.

·I searched the root folder of the project with the keyword nend, but I couldn't find it.(When I was deploying nend, files such as NendModule.mm were displayed here.)

·When I searched for nend in XCode's text search function, I couldn't find it.(The string onEnd or MemberonEnd was incorrectly detected, but it had nothing to do with nend.)

·I used otool to check if the binary contains nend, but I couldn't find it.

otool-L SlotGameiOS | grep nend

When I asked AppleReviewTeam, "Could you tell me the specific file name that caused it?" they said that they would not be able to point it out like that, so please remove the nend sdk.

I would appreciate it if you could give me any information.

ios objective-c cocos2d-x

2022-09-30 18:39

1 Answers

Since the SDK class name of nend is NAD~, isn't it not enough to just look for the keyword nend?
For example, you might have the same name somewhere as the NADIconView class, NADIconLoader class, or the methods used by them to display icon ads.

If you really don't understand, it might be better to use the latest SDK of nend to display nend ads instead of deleting nend ads.
If that's why you reject it, I think you can contact nend and ask nend to look directly at the apps and projects you created and help you find out the cause.
The latest SDK for nend has been officially approved by Apple, so if you decide that nend is okay, nend may check with Apple directly.


2022-09-30 18:39

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.