iOS 9 safari changes

Has anybody noticed a difference of their Meteor applications in Mobile Safari? I upgraded my phone to the latest iOS 9.0.2 and suddenly my application behaves differently. When using it on the desktop or in Chrome under Web Development it still acts normal, but on my phone subscriptions suddenly aren’t ready …

1 Like

Run meteor update and rebuild iOS ap. That should help.
iOS 9 applies a security restriction that makes it necessary to use https to all outgoing urls or it should be disabled by adding the key NSAppTransportSecurity to the .plist file. The updated meteor adds this key to the generated plist file.

+1, it is done by default with meteor 1.2 (link)