We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebfe40 commit 9cc3473Copy full SHA for 9cc3473
examples/sync-demo-expo/app.config.js
@@ -38,7 +38,8 @@ export default {
38
ios: {
39
supportsTablet: true,
40
bundleIdentifier:
41
- process.env.IOS_BUNDLE_IDENTIFIER || 'com.yourcompany.sqlitesyncexample',
+ process.env.IOS_BUNDLE_IDENTIFIER ||
42
+ 'com.yourcompany.sqlitesyncexample',
43
infoPlist: {
44
UIBackgroundModes: ['remote-notification'],
45
ITSAppUsesNonExemptEncryption: false,
0 commit comments