-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple rejects app due to _closeConnection, _openConnection usage #263
Comments
yes we got rejected for using those names. It seems that they use them also in some private framework and don't like for others to use them (they think we are using their private framework). |
thanks for letting me know! Probably best to remove any underscore prefixes from method names in SocketRocket then. |
kommen
added a commit
to kommen/SocketRocket
that referenced
this issue
Aug 14, 2015
Can we please get this fixed? @kommen can you submit a PR? |
dfed
added a commit
that referenced
this issue
Sep 10, 2015
Remove underscore from _openConnection and _closeConnection. #263
version 0.4.1 has this fix. |
scottcc
added a commit
to binnj/SocketRocket
that referenced
this issue
Sep 18, 2015
* square-master: Bump pod version to 0.4.1 Remove _ from _openConnection and _closeConnection. facebookincubator#263 Make SRWebSocket.h public CI should validate the pod spec Remove unnecessary run script Update version number to 0.4 In iOS 9 / El Cap, NSTimer enforces non-nullability of target/action. Do not use Apple method names _connect and _disconnect Update podspec Add Travis CI Update .gitignore Move to XCTest Suppress OCUnit warnings in Xcode 6.4 Fix 64 bit build error 64 bit + Warnings As Errors Adopting Modern Objective-C for enum Ignore deprecation warnings for older iOS versions Fix unused variables Conflicts: SocketRocket.podspec SocketRocket/SRWebSocket.m
PetroccoCo
added a commit
to PetroccoCo/SocketRocket
that referenced
this issue
Sep 18, 2015
* upstream/master: (47 commits) Bump pod version to 0.4.1 Remove _ from _openConnection and _closeConnection. facebookincubator#263 Make SRWebSocket.h public CI should validate the pod spec Remove unnecessary run script Update version number to 0.4 In iOS 9 / El Cap, NSTimer enforces non-nullability of target/action. Do not use Apple method names _connect and _disconnect Update podspec Add Travis CI Update .gitignore Move to XCTest Suppress OCUnit warnings in Xcode 6.4 Fix 64 bit build error 64 bit + Warnings As Errors Adopting Modern Objective-C for enum Ignore deprecation warnings for older iOS versions Fix unused variables Update README.rst Update to recommended project settings: Enable strict objc_msgSend checking and unreachable code detection. Ignore architecture selection suggestions. ...
jmkk
pushed a commit
to jmkk/SocketRocket
that referenced
this issue
Sep 19, 2015
jessearmand
added a commit
to jessearmand/SocketRocket
that referenced
this issue
Oct 6, 2015
* origin/master: (26 commits) cherry picking facebookincubator#74 and fixing merge conflicts Fix Autobahn link in README Make chatroom.go pass golint and gofmt Added ability to provide cookies for the web socket connection Update gitignore Update gitconfig Bump pod version to 0.4.1 Remove _ from _openConnection and _closeConnection. facebookincubator#263 Make SRWebSocket.h public CI should validate the pod spec Remove unnecessary run script Update version number to 0.4 In iOS 9 / El Cap, NSTimer enforces non-nullability of target/action. Do not use Apple method names _connect and _disconnect Update podspec Add Travis CI Update .gitignore Move to XCTest Suppress OCUnit warnings in Xcode 6.4 Fix 64 bit build error ...
madlymad
pushed a commit
to madlymad/SocketRocket
that referenced
this issue
Jul 6, 2017
madlymad
pushed a commit
to madlymad/SocketRocket
that referenced
this issue
Jul 6, 2017
…names Remove underscore from _openConnection and _closeConnection. facebookincubator#263
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In short avoid to name methods as _xxx
The text was updated successfully, but these errors were encountered: