App Development
Drone Explorer – new iOS App
Check out our new FREE app – Drone Explorer!!! A blatant Flappy Bird rip off, however it was released as part of an upcoming video tutorial on how you can build your own version of the game. At its peak the Flappy Bird app was earning $50k per day! Feel free to download my version and give it a 5 star review! Here is the link.
More details on the video tutorial will be available SOON.
TLA’s…
Visual Aircraft Forecasts – NEW iOS App from Reefwing Software
Sick of trying to decode unintelligible aviation weather information? If so you need our new app!
You can view a preview of the app in use.
Visual Aircraft Forecasts (VAF) for Australia reduces the complexity of aviation weather forecasting by providing graphical representations of the weather data provided by the various authorities.
Visual Aircraft Forecasts for Australia aggregates data from the Australian Bureau of Meteorology (BOM), National Oceanic and Atmospheric Administration (NOAA), International Civil Aviation Organization (ICAO) and the Open Weather Map organisation.
The VAF tab focusses on aviation specific information and includes:
a) Aviation Briefs which are available for 10 regions in Australia. It is derived from the Aviation Weather Packages on the BOM web site.
b) AIRMET/SIGMET – The latest graphical and text based versions are provided (from the BOM). You can use two fingers to zoom in and out of the PDF’s on this screen.
c) METAR/TAF – Are decoded for a selected list of airports. Display includes wind direction and speed, cloud cover, visibility, temperature and QNH. You can add additional airports using the + button (top right). To delete an airport, swipe left. In the Settings Tab you can select whether this data comes from BOM or NOAA (default is BOM). You get slightly different data depending on the source, but there are a lot more sites using BOM. Only the major airports are on NOAA but you also get Lat, Long, Elevation and Altimeter. Tap on a METAR to bring up the detailed version and to view the raw data.
d) Forecasts – these are the new Graphical Area Forecasts from BOM. You can use two fingers to zoom in and out on this screen as well.
e) NOTAM – from the International Civil Aviation Organization (ICAO). NOTAMs are sorted by creation date. You can search for an airport using its ICAO code (e.g. YSSY for Sydney/Mascot Airport).
f) SIGWX – Significant Weather from the BOM. You can use two fingers to zoom in and out on this screen.
The BOM tab provides more generalised weather information, including:
a) Rain Radar – downloads an animation of recent rain radar information. Select the map of Australia in the menu bar to zoom in on a specific state.
b) Satellite Images – from the Himawari-8 weather satellite. Includes satellite notes from the BOM.
c) Observations – will provide an animated graphical display of the latest weather measurements from a list of 133 locations in Australia. Data shown includes weather, temperature, relative humidity, sunrise/sunset times, minimum and maximum temperatures and wind speed and direction. Drag the table up to show the forecast for that location and drag down to refresh the current data.
The Local tab provides information similar to Observations but for where ever you are at that moment. The first time you tap the Local Tab it will ask your permission to access location services. You need to accept this otherwise the app doesn’t know where you are and can not display the local weather.
The Settings tab allows you to select:
– whether UTC (Zulu) time is displayed on certain screens along with the local time.
– the METAR data source (BOM or NOAA).
– wind speed units (mps, kph or knots).
– displayed temperature units (°C or °F)
The Feedback button allows direct support from the Developer. Please use this for any bug reports or feature requests.
Note: Airservices Australia is the official provider of the Aeronautical Information Service, which includes the delivery of aviation meteorological products. Therefore, all information for the purpose of flight planning should be obtained from Airservices Australia.
Hashtag – iMessage Sticker Pack 16
A premium set of Hashtags and symbols.
There are 60 fantastic stickers, including:
#love
#yolo
#SHTF
#TGIF
#eyeroll
#facepalm
#selfie
#princess
#Bro
#mate
#sisters
#aus
#nz
#usa
#uk
#BFF
#cute
#hug
#fail
#xoxo
#TBA
…and many more!
Be the master of texting with a sticker which captures exactly what you want to say. Game Over Man!
AGILE Development 2…
Aussie – iMessage Sticker Pack 15
A premium set of Aussie culture stickers, Emoticons / Emojis and symbols.
There are over 50 fantastic stickers, 7 of which are animated.
Be the master of texting with a sticker which captures exactly what you want to say. Game Over Man!
You can overlay these over text or photos. Just tap and hold, then drag to where you want the stamp placed. You can also rotate and resize each sticker.
A feature introduced with iOS 10 is the option to send messages with effects, like having the message inflate, appear in a shower of balloons, or be hidden by invisible ink. To access effects, type your message or insert a picture in the text box, then 3D Touch (or tap and hold on older models) the send button instead of just tapping it as usual.
If you haven’t used iMessage sticker packs then there are some traps for new players. To help people overcome these issues, we have written a couple of articles which may assist:
1. I’ve installed my sticker pack but can’t find it! (https://www.reefwing.com.au/?p=356)
2. I bought an iMessage Sticker pack on iTunes and can’t find it on my phone!! (https://www.reefwing.com.au/?p=323)
Code Signing your iOS Sticker Packs
For some reason automatic code signing never works for my apps. Apple has made the process for sticker packs even more complicated than standard apps. Because every time I go to do this I forget what works, I have documented the process below. This works for iOS 11 – I will update it if the situation changes.
- Show the Project Navigator and click on the top level which will be your app/sticker pack name.
- In the 2nd column of Xcode under PROJECT, click on your app name and then Build Settings (3rd column) and under Code Signing Identity make sure that they are all iOS Developer.
- In the 2nd column of Xcode under TARGETS, click on your app name and then under General (3rd column):
- Signing: uncheck Automatically manage signing.
- Signing (Debug): Select the distribution profile that you set up via your developer account. This will have a bundle identifier like com.domain.AppName.
- Signing (Release): Same as for Debug.
- Now click on Build Settings in the 3rd column and scroll down to Code Signing Identity. For Debug and Release select iOS Developer, for Any iOS SDK select iOS Distribution. Make sure you also select your Development Team here. I also stuck in the Provisioning Profile that I used in step 3.
- This is the trick! Create a separate app id and provisioning profile for the sticker extension. For the app id, use the wildcard version (e.g. com.domain.appName.*). Then use this app id for the new distribution profile. The certificate used must be the same for both profiles.
- Use manual signing and assign the wildcard distribution profile to the sticker pack extension. This should allow you to successfully archive the app. When you upload it to Apple you will need to manually assign the distribution profiles again!
I think the issue is due to the “app” and the StickerPackExtension having different Bundle Identifiers, this means they need different provisioning profiles.













