new App Store approval process
Apple just invented new broken bicycle - private API analyzer.
What it does is searching for method names in binary code and if it finds name which are the same as apple's private API application gets rejected.
This is totally wrong what they did, NimbleKit does not use any private API, but has own APIs called the same way:
setParameters:
setScrollingEnabled:
setWebView:
if they would at least publish their API list I would never call it like that.
many of you used those methods in obj-c/js mix and know that those methods just pass variable and do nothing else, so this has nothing to do with private APIs.
to fix this I will just need to rename NimbleKit methods to new names, there is nothing to worry about, but if you use obj-c/js mix you will have to manually rename your methods there and use new names which I will provide in 1.6 version with complete documentation and tutorial about obj-c/js mix.
Until 1.6 is out please do not submit your apps as that stupid analyzer wont let them pass.
NimbleKit version 1.6 will be released on Monday evening (+2 GMT), so please be patient and wait for update
What it does is searching for method names in binary code and if it finds name which are the same as apple's private API application gets rejected.
This is totally wrong what they did, NimbleKit does not use any private API, but has own APIs called the same way:
setParameters:
setScrollingEnabled:
setWebView:
if they would at least publish their API list I would never call it like that.
many of you used those methods in obj-c/js mix and know that those methods just pass variable and do nothing else, so this has nothing to do with private APIs.
to fix this I will just need to rename NimbleKit methods to new names, there is nothing to worry about, but if you use obj-c/js mix you will have to manually rename your methods there and use new names which I will provide in 1.6 version with complete documentation and tutorial about obj-c/js mix.
Until 1.6 is out please do not submit your apps as that stupid analyzer wont let them pass.
NimbleKit version 1.6 will be released on Monday evening (+2 GMT), so please be patient and wait for update