| #
72d142a5 |
| 21-Jan-2020 |
Stanisław Chmiela <[email protected]> |
[expo-application] Add methods for app release type and APNs environment (#6724)
# Why
APNs environment will be useful for `expo-notifications` module. App release type could be useful for users'
[expo-application] Add methods for app release type and APNs environment (#6724)
# Why
APNs environment will be useful for `expo-notifications` module. App release type could be useful for users' analytics.
# How
In the gist of things, I moved `EXProvisioningProfile` from `ExpoKit` to `EXApplication`. Kernel either uses `EXApplication/EXProvisioningProfile` (if it's present) or uses sensible fallback values.
# Test Plan
Added tests to `test-suite`, verified in `bare-expo` that they pass.
show more ...
|
| #
ec45106e |
| 08-Apr-2019 |
Quinlan Jung <[email protected]> |
[home][ios] restore QR code functionality to unrestricted IOS client builds (#3870)
* [home] add QR code functionality back to unrestricted ios builds
* [ios] add methods to determine client buil
[home][ios] restore QR code functionality to unrestricted IOS client builds (#3870)
* [home] add QR code functionality back to unrestricted ios builds
* [ios] add methods to determine client build type
* pr feedback (brent)
* pr feedback (eric)
* add client release type header to HTTP requests for www permissions checking
* [ios] use the existing provisioningprofile parser instead
* [ios] fix build type logic to use new parser method
show more ...
|
| #
8a20a963 |
| 08-Nov-2018 |
Eric Samelson <[email protected]> |
[android][ios][home] persist session info in one location on clients (#2521)
[android][ios][home][jest-expo] persist session info in one location on clients
|
| #
9a7f140a |
| 25-Oct-2018 |
Eric Samelson <[email protected]> |
[android][ios][home] send the sessionSecret along with manifest requests in the expo client (#2503)
|
| #
9b65365f |
| 25-Aug-2018 |
quinlanj <[email protected]> |
stop appending index.exp to non exp.host urls (#3003)
* [ios] remove index.exp from manifest request, add exp to Accept header request
* exp->expo, also accept json
* change manifest cache path to
stop appending index.exp to non exp.host urls (#3003)
* [ios] remove index.exp from manifest request, add exp to Accept header request
* exp->expo, also accept json
* change manifest cache path to original url, make legacy cache paths accessible in subclasses
* pr feedback
fbshipit-source-id: 91e8f02
show more ...
|
| #
6b1d8f53 |
| 30-Mar-2018 |
Eric Samelson <[email protected]> |
fix home ota updates (#2289)
* [ios] fix home OTA updates
* [ios] route localManifest through entire AppLoader code path -- this makes home OTA updates behave just like normal app OTA updates
fbsh
fix home ota updates (#2289)
* [ios] fix home OTA updates
* [ios] route localManifest through entire AppLoader code path -- this makes home OTA updates behave just like normal app OTA updates
fbshipit-source-id: 580256a
show more ...
|
| #
5d8188f5 |
| 06-Mar-2018 |
Ben Roth <[email protected]> |
Clean up after kernel refactor
fbshipit-source-id: eb6ce29
|