distriqt / ANE-Parse

Provides access to the Parse SDK
https://airnativeextensions.com/extension/com.distriqt.Parse
Other
0 stars 0 forks source link

Why not request permission dialog in my app #2

Closed mindthstudio closed 9 years ago

mindthstudio commented 9 years ago

Hi, i try use your example code to my app it not request notification dialog ? ... my code or example code wrong

marchbold commented 9 years ago

Let me check, there should be a call in there for that. Otherwise I'll put one in tomorrow.

I assume you are meaning the iOS notification permission dialog?

marchbold commented 9 years ago

Hi, This dialog will appear when you call setupApplication. I'll turn this into an enhancement request to break that functionality out into a separate call.

mindthstudio commented 9 years ago

Hi marchbold, you can check my flash code in zip

https://www.dropbox.com/s/zuzghszml0lqwpe/AppPushNotification.zip?dl=0 thanks

marchbold commented 9 years ago

What issue are you having?

mindthstudio commented 9 years ago

it register success and parse not show mobile register

Image

marchbold commented 9 years ago

Most likely this will be the result of not correctly setting up the iOS certificates. Make sure you read the Parse tutorial:

https://parse.com/tutorials/ios-push-notifications

And then make sure you have all the additions required as shown in the getting started guide:

http://airnativeextensions.com/extension/com.distriqt.Parse#get-started

mindthstudio commented 9 years ago

wow thanks

i will try again ^_^