|
3 | 3 | "title": "Pebble SDK", |
4 | 4 | "questions": [ |
5 | 5 | { |
6 | | - "question": "What are the Aplite, Basalt, and Chalk platforms?", |
7 | | - "answer": "These are the platform names we use to describe our different generations of watches. Aplite refers to the original Pebble and Pebble Steel. Basalt refers to Pebble Time. Chalk refers to Pebble Time Round." |
| 6 | + "question": "What are the Aplite, Basalt, Chalk, Diorite, Emery and Flint platforms?", |
| 7 | + "answer": "These are the platform names used to describe different generations of watches. For example, Aplite refers to the original Pebble and Pebble Steel. You can find a full list, as well as information about the capabilities of each platform, on the [Hardware Information page](/guides/tools-and-resources/hardware-information)" |
8 | 8 | }, |
9 | 9 | { |
10 | 10 | "question": "I cannot find the \"Developer Mode\" or \"Developer Connection\" toggle in the iOS or Android application", |
|
58 | 58 | } |
59 | 59 | ] |
60 | 60 | }, |
61 | | - { |
62 | | - "title": "App Publishing", |
63 | | - "questions": [ |
64 | | - { |
65 | | - "question": "My companion app got rejected", |
66 | | - "answer": "It probably hasn't been accepted yet. You will get a confirmation email from pebbledev after it has been submitted to Apple. After this, it will be 2-3 days for it to be officially in the MFi program." |
67 | | - } |
68 | | - ], |
69 | | - "hidden-questions": [ |
70 | | - { |
71 | | - "question": "When is JS bundling?", |
72 | | - "answer": "Check tweets from @pebbledev and the bundling [forum thread](https://forums.getpebble.com/discussion/12451/pebble-js-bundling-updates)" |
73 | | - }, |
74 | | - { |
75 | | - "question": "Why does this app say 'coming soon'?", |
76 | | - "answer": "See 'When is JS bundling?'" |
77 | | - }, |
78 | | - { |
79 | | - "question": "I don't want this app to show 'coming soon'", |
80 | | - "answer": "Publish the release, but don't press 'Make Public'. The JS will still be included in the next bundling. Once it has been bundled, make it public." |
81 | | - } |
82 | | - ] |
83 | | - }, |
84 | 61 | { |
85 | 62 | "title": "Pebble SDK 1.x Migration", |
86 | 63 | "questions": [ |
|
0 commit comments