Back in October I had to remove google-cloud-messaging from my iOS app because Apple would not process the App because the google-cloud-messaging library was not compile for Bitcode. At that time the responses said that Bitcode was going to be enabled in the library in the next release. Was this ever done? When was the last release done? I would like to add google-cloud-messaging back into the app but cannot until Apple will process the app.
Asked
Active
Viewed 81 times
1 Answers
0
Back in October I had to remove google-cloud-messaging from my iOS app because Apple would not process the App because the google-cloud-messaging library was not compile for Bitcode.
Bitcode is completely optional for iOS apps (it is mandatory for watchOS apps and tvOS apps but not iOS apps), so Apple would not reject an app because it didn't use Bitcode.

user102008
- 30,736
- 10
- 83
- 104
-
The app wasn't rejected. The build would not process in the iTunes system during the upload. When GCM was removed the build processed within 5 minutes. – Chuck Cheskiewicz Dec 17 '15 at 19:48
-
I was mainly asking if GCM was updated since the end of September by Google. – Chuck Cheskiewicz Dec 17 '15 at 19:50
-
@CChesk: Well it works for everyone else who doesn't have Bitcode. So it must have been a momentary glitch or you are doing something wrong. – user102008 Dec 17 '15 at 20:41