1
00:00:06,900 --> 00:00:08,090
Everybody what's going on.

2
00:00:08,090 --> 00:00:14,120
This is Caleb with Debb slopes dot com and in this video we're going to take a look at the apple documentation

3
00:00:14,150 --> 00:00:16,150
for building sticker packs.

4
00:00:16,160 --> 00:00:21,500
We're going to take a look at some of the requirements and some of the AHA's that I had when reading

5
00:00:21,500 --> 00:00:24,380
through it that you may not think of just immediately right.

6
00:00:24,380 --> 00:00:29,360
As you think about oh sticker pack just drag some images and it's not necessarily that easy.

7
00:00:29,390 --> 00:00:31,050
So we're going to take a look at it now.

8
00:00:31,220 --> 00:00:38,570
Pull open Safari and if you go to developer dot apple dot com slash stickers what you can do is you

9
00:00:38,570 --> 00:00:40,210
can just read through the information here.

10
00:00:40,220 --> 00:00:45,990
But I want to show you a few key pieces of information obviously getting started.

11
00:00:46,220 --> 00:00:54,050
You need to know about the types of images you can use now sticker packs can utilize PFG jpeg or gif

12
00:00:54,050 --> 00:00:54,990
format.

13
00:00:55,100 --> 00:01:01,980
They can be animated using a ping which is animated TNG or gif format.

14
00:01:02,000 --> 00:01:05,570
We're going to talk about all of these when we actually build our sticker packs.

15
00:01:05,570 --> 00:01:07,300
Don't worry we'll cover it all.

16
00:01:07,400 --> 00:01:12,440
And if you want to read more you can read about the human interface guidelines as well as creating stickers

17
00:01:12,440 --> 00:01:13,490
with motion.

18
00:01:13,670 --> 00:01:18,890
And if you know if we pull open that it basically describes how you can make an animated image which

19
00:01:18,890 --> 00:01:26,240
is pretty cool you can export it as an a ping using motion which is an app that is built in to your

20
00:01:26,240 --> 00:01:28,760
Mac on Mac OS which is pretty sweet.

21
00:01:28,760 --> 00:01:30,140
So that's loading.

22
00:01:30,200 --> 00:01:34,990
We're not going to necessarily check out motion in this project but you definitely could.

23
00:01:35,120 --> 00:01:41,930
Next for icons It says you'll need to create several sizes of your sticker pack icon to be used by the

24
00:01:41,930 --> 00:01:47,450
App Store for a message and it says that they have photoshop and sketch templates which they do but

25
00:01:47,540 --> 00:01:49,670
I have a tool that makes it even easier for you.

26
00:01:49,820 --> 00:01:52,260
So we'll check that out as well.

27
00:01:52,320 --> 00:01:53,470
Code developer tools.

28
00:01:53,480 --> 00:01:59,640
We already have X code if you're taking this course if you don't download it now x code 9 not X code.

29
00:02:00,020 --> 00:02:01,570
And then building your sticker pack.

30
00:02:01,580 --> 00:02:07,230
This has some some information some tutorials but you wouldn't be here if you were there would you.

31
00:02:07,250 --> 00:02:11,600
So this Tauriel is going to be even better I'm going to show you some things that Apple will not show

32
00:02:11,600 --> 00:02:17,270
you that make it just easier and a little more fun to create a sticker pack then getting ready for the

33
00:02:17,270 --> 00:02:23,510
App Store basically means you have to set up your name or description your icons screen shots and your

34
00:02:23,510 --> 00:02:28,040
price in iTunes Connect just like submitting any other app on the App Store.

35
00:02:28,280 --> 00:02:35,600
And of course it will be reviewed and approved or denied depending on you know the level of quality

36
00:02:35,600 --> 00:02:38,630
or if there is any like objectionable material.

37
00:02:38,630 --> 00:02:40,160
Apple might reject it.

38
00:02:40,220 --> 00:02:46,820
You can also utilize test flight for people to beta test or sticker pack which is pretty neat and yagis

39
00:02:46,910 --> 00:02:47,990
that's what you need to know.

40
00:02:47,990 --> 00:02:54,950
The most important thing though is that you need to know that we can use PRNG jpeg or gif format and

41
00:02:54,950 --> 00:02:58,020
they can be animated using AP Engy or gif.

42
00:02:58,130 --> 00:03:00,580
OK we'll talk about that even more.

43
00:03:00,580 --> 00:03:04,730
I just wanted to show you this page and show you that there are lots of resources and things you can

44
00:03:04,730 --> 00:03:07,510
read here all about sticker packs.

45
00:03:07,880 --> 00:03:12,620
So let's go ahead and let's head over to the next video where we're actually going to create our project

46
00:03:13,100 --> 00:03:14,360
very very exciting stuff.

47
00:03:14,360 --> 00:03:15,850
Let's head over there now.
