<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>My beacons Are invisible</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16840/my-beacons-are-invisible</link><description>I Programmed my beacon devices with this firmware:
 ble_app_beacon.zip 
 the only app that can find my beacon on ios is nrf connect. in this firmware the uuid is this:
#define APP_BEACON_UUID 0x01, 0x12, 0x23, 0x34, 
0x45, 0x56, 0x67, 0x78, 
0x89</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Oct 2016 08:27:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16840/my-beacons-are-invisible" /><item><title>RE: My beacons Are invisible</title><link>https://devzone.nordicsemi.com/thread/64462?ContentTypeID=1</link><pubDate>Tue, 04 Oct 2016 08:27:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aad2d13b-18a0-4306-9893-02bde21e106b</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Starting from iOS8 Beacon API only supports beacons with Company Identifier set to 0x004C (Apple company Identifier).&lt;/p&gt;
&lt;p&gt;Try to set &lt;code&gt;#define APP_COMPANY_IDENTIFIER 0x004C&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>