forked from benjie/phonegap-parse-plugin
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to import this plugin in ionic 2 project #112
Comments
after component imports: declare var ParsePushPlugin; |
i did it but when the app pause and reload it says : if i close the app completely and remove it from recents and run it again it works but if i minimize it or start it while it is still in recents it gives the above error any solution please |
try it.
https://stackoverflow.com/questions/46297009/tutorial-how-to-use-parse-push-notification-with-ionic-2-and-ionic-3
[https://cdn.sstatic.net/Sites/stackoverflow/img/apple-touch-icon@2.png?v=73d79a89bded]<https://stackoverflow.com/questions/46297009/tutorial-how-to-use-parse-push-notification-with-ionic-2-and-ionic-3>
Tutorial How to use Parse push notification with ionic 2 and ionic 3<https://stackoverflow.com/questions/46297009/tutorial-how-to-use-parse-push-notification-with-ionic-2-and-ionic-3>
stackoverflow.com
1.You Create new project. Command>ionic start <nameproject> <type> --v2 2.You open file config.xml in new project. <preference name="ParseAppId" value="APPLICATION_ID" /> <
…________________________________
จาก: drmark1989 <notifications@github.com>
ส่ง: 7 ตุลาคม 2560 20:12
ถึง: taivo/parse-push-plugin
สำเนาถึง: Subscribed
ชื่อเรื่อง: Re: [taivo/parse-push-plugin] how to import this plugin in ionic 2 project (#112)
i did it but when the app pause and reload it says :
ERROR ReferenceError: ParsePushPlugin is not defined
if i close the app completely and remove it from recents and run it again it works but if i minimize it or start it while it is still in recents it gives the above error
any solution please
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#112 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFKM0mZN-OW80S7JQH0aKeCtxtTUCfXKks5sp3jBgaJpZM4PVWZ0>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i am trying to import this plugin using
import {ParsePushPlugin} from 'parse-push-plugin'
but it always give me an error
can you help me
The text was updated successfully, but these errors were encountered: